home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / osi / x500 / templates.sit.hqx / templates.r < prev    next >
Encoding:
Text File  |  1993-06-03  |  71.7 KB  |  3,827 lines

  1. /*
  2.  * maX.500 sample view templates
  3.  *
  4.  * 5 March 1992 Mark C Smith
  5.  * Updated 3 June 1993 by MCS
  6.  *
  7.  * run rez with -d ADMIN to get some additional attributes and more write-ability
  8.  */
  9.  
  10. resource 'fnts' (1) {
  11.     {
  12.         "Geneva",
  13.         "Helvetica",
  14.         "Chicago",
  15.     },
  16. };
  17.  
  18. #define FONT_GENEVA        0
  19. #define FONT_HELV        1
  20. #define FONT_CHICAGO    2
  21.  
  22.  
  23. resource 'octp' (1) {
  24.     0,                                        /* version number */
  25.     "Alias",                                /* template name */
  26.     {
  27.         "alias",                            /* associated object classes */
  28.     },
  29.     {                                        /* list of attribute defaults when adding */
  30.     },
  31.     "",                                        /* attribute to authenticate as */
  32.     "",                                        /* default location for add/new */
  33.     "",                                        /* default RDN attribute for add/new */
  34.     400,                                    /* horizontal size */
  35.     242,                                    /* vertical size */
  36.     notaddable,
  37.     autosize,
  38.     multitem,
  39.     modeless,
  40.     {
  41.         "-dn-",
  42.         {2, 4, 18, 300},
  43.         readonly, noboxed,
  44.         EditText {
  45.             nounderline, noitalic, bold,
  46.             12,
  47.             NoRed, NoGreen, NoBlue,            /* black color */
  48.             FONT_HELV,
  49.         },
  50.         "",        /* dividing line */
  51.         {18, -1, 21, 2000},
  52.         readonly, boxed,
  53.         StaticText {
  54.             nounderline, noitalic, bold,
  55.             12,
  56.             NoRed, NoGreen, NoBlue,            /* black color */
  57.             FONT_HELV,
  58.             "",
  59.         },
  60.         "",
  61.         {24, 4, 40, 123},
  62.         readonly, noboxed,
  63.         StaticText {
  64.             nounderline, noitalic, bold,
  65.             12,
  66.             NoRed, NoGreen, FullBlue,        /* blue color */
  67.             FONT_HELV,
  68.             "Aliased Entry:",
  69.         },
  70.         "aliasedObjectName",
  71.         {24, 125, 40, 398},
  72.         readonly, noboxed,
  73.         EditText {
  74.             nounderline, noitalic, nobold,
  75.             12,
  76.             NoRed, NoGreen, NoBlue,            /* black color */
  77.             FONT_HELV,
  78.         },
  79.         "",
  80.         {44, 4, 60, 123},
  81.         readonly, noboxed,
  82.         StaticText {
  83.             nounderline, noitalic, bold,
  84.             12,
  85.             NoRed, NoGreen, FullBlue,        /* blue color */
  86.             FONT_HELV,
  87.             "Also Known As:",
  88.         },
  89.         "cn",
  90.         {44, 125, 60, 398},
  91.         readonly, noboxed,
  92.         EditText {
  93.             nounderline, noitalic, nobold,
  94.             12,
  95.             NoRed, NoGreen, NoBlue,            /* black color */
  96.             FONT_HELV,
  97.         },
  98.         "",
  99.         {64, 4, 80, 123},
  100.         readonly, noboxed,
  101.         StaticText {
  102.             nounderline, noitalic, bold,
  103.             12,
  104.             NoRed, NoGreen, FullBlue,        /* blue color */
  105.             FONT_HELV,
  106.             "E-mail address:",
  107.         },
  108.         "mail",
  109.         {64, 125, 80, 398},
  110.         readwrite, noboxed,
  111.         EditText {
  112.             nounderline, noitalic, nobold,
  113.             12,
  114.             NoRed, NoGreen, NoBlue,            /* black color */
  115.             FONT_HELV,
  116.         },
  117.         "",
  118.         {84, 4, 100, 123},
  119.         readonly, noboxed,
  120.         StaticText {
  121.             nounderline, noitalic, bold,
  122.             12,
  123.             NoRed, NoGreen, FullBlue,        /* blue color */
  124.             FONT_HELV,
  125.             "Business phone:",
  126.         },
  127.         "telephoneNumber",
  128.         {84, 125, 100, 398},
  129.         readwrite, noboxed,
  130.         EditText {
  131.             nounderline, noitalic, nobold,
  132.             12,
  133.             NoRed, NoGreen, NoBlue,            /* black color */
  134.             FONT_HELV,
  135.         },
  136.         "",
  137.         {104, 4, 120, 123},
  138.         readonly, noboxed,
  139.         StaticText {
  140.             nounderline, noitalic, bold,
  141.             12,
  142.             NoRed, NoGreen, FullBlue,        /* blue color */
  143.             FONT_HELV,
  144.             "Fax phone:",
  145.         },
  146.         "facsimileTelephoneNumber",
  147.         {104, 125, 120, 398},
  148.         readwrite, noboxed,
  149.         EditText {
  150.             nounderline, noitalic, nobold,
  151.             12,
  152.             NoRed, NoGreen, NoBlue,            /* black color */
  153.             FONT_HELV,
  154.         },
  155.         "",
  156.         {124, 4, 140, 123},
  157.         readonly, noboxed,
  158.         StaticText {
  159.             nounderline, noitalic, bold,
  160.             12,
  161.             NoRed, NoGreen, FullBlue,        /* blue color */
  162.             FONT_HELV,
  163.             "Business address:",
  164.         },
  165.         "postalAddress",
  166.         {124, 125, 140, 398},
  167.         readwrite, noboxed,
  168.         EditText {
  169.             nounderline, noitalic, nobold,
  170.             12,
  171.             NoRed, NoGreen, NoBlue,            /* black color */
  172.             FONT_HELV,
  173.         },
  174.         "",
  175.         {144, 4, 160, 123},
  176.         readonly, noboxed,
  177.         StaticText {
  178.             nounderline, noitalic, bold,
  179.             12,
  180.             NoRed, NoGreen, FullBlue,        /* blue color */
  181.             FONT_HELV,
  182.             "Title:",
  183.         },
  184.         "title",
  185.         {144, 125, 160, 398},
  186.         readwrite, noboxed,
  187.         EditText {
  188.             nounderline, noitalic, nobold,
  189.             12,
  190.             NoRed, NoGreen, NoBlue,            /* black color */
  191.             FONT_HELV,
  192.         },
  193.         "",
  194.         {164, 4, 180, 123},
  195.         readonly, noboxed,
  196.         StaticText {
  197.             nounderline, noitalic, bold,
  198.             12,
  199.             NoRed, NoGreen, FullBlue,        /* blue color */
  200.             FONT_HELV,
  201.             "User ID:",
  202.         },
  203.         "uid",
  204.         {164, 125, 180, 398},
  205.         readonly, noboxed,
  206.         EditText {
  207.             nounderline, noitalic, nobold,
  208.             12,
  209.             NoRed, NoGreen, NoBlue,            /* black color */
  210.             FONT_HELV,
  211.         },
  212.         "",
  213.         {184, 4, 200, 123},
  214.         readonly, noboxed,
  215.         StaticText {
  216.             nounderline, noitalic, bold,
  217.             12,
  218.             NoRed, NoGreen, FullBlue,        /* blue color */
  219.             FONT_HELV,
  220.             "Description:",
  221.         },
  222.         "description",
  223.         {184, 125, 200, 398},
  224.         readwrite, noboxed,
  225.         EditText {
  226.             nounderline, noitalic, nobold,
  227.             12,
  228.             NoRed, NoGreen, NoBlue,            /* black color */
  229.             FONT_HELV,
  230.         },
  231.         "",
  232.         {204, 4, 220, 123},
  233.         readonly, noboxed,
  234.         StaticText {
  235.             nounderline, noitalic, bold,
  236.             12,
  237.             NoRed, NoGreen, FullBlue,        /* blue color */
  238.             FONT_HELV,
  239.             "Home phone:",
  240.         },
  241.         "homePhone",
  242.         {204, 125, 220, 398},
  243.         readwrite, noboxed,
  244.         EditText {
  245.             nounderline, noitalic, nobold,
  246.             12,
  247.             NoRed, NoGreen, NoBlue,            /* black color */
  248.             FONT_HELV,
  249.         },
  250.         "",
  251.         {224, 4, 240, 123},
  252.         readonly, noboxed,
  253.         StaticText {
  254.             nounderline, noitalic, bold,
  255.             12,
  256.             NoRed, NoGreen, FullBlue,        /* blue color */
  257.             FONT_HELV,
  258.             "Home address:",
  259.         },
  260.         "homePostalAddress",
  261.         {224, 125, 240, 398},
  262.         readwrite, noboxed,
  263.         EditText {
  264.             nounderline, noitalic, nobold,
  265.             12,
  266.             NoRed, NoGreen, NoBlue,            /* black color */
  267.             FONT_HELV,
  268.         },
  269.     }
  270. };
  271.  
  272.  
  273. resource 'octp' (2) {
  274.     0,                                        /* version number */
  275.     "UM Person",                            /* template name */
  276.     {
  277.         "umichPerson",                        /* associated object classes */
  278.     },
  279.     {                                        /* list of attribute defaults when adding */
  280.     },
  281.     "",                                        /* attribute to authenticate as */
  282.     "",                                        /* default location for add/new */
  283.     "cn",                                    /* default RDN attribute for add/new */
  284. #ifdef ADMIN
  285.     500,                                    /* ADMIN horizontal size */
  286.     338,                                    /* ADMIN vertical size */
  287. #else ADMIN
  288.     400,                                    /* horizontal size */
  289.     278,                                    /* vertical size */
  290. #endif ADMIN
  291.     addable,
  292.     autosize,
  293.     multitem,
  294.     modeless,
  295.     {
  296.         "-dn-",
  297.         {2, 4, 18, 300},
  298.         readonly, noboxed,
  299.         EditText {
  300.             nounderline, noitalic, bold,
  301.             12,
  302.             NoRed, NoGreen, NoBlue,            /* black color */
  303.             FONT_HELV,
  304.         },
  305.         "",        /* dividing line */
  306.         {18, -1, 21, 2000},
  307.         readonly, boxed,
  308.         StaticText {
  309.             nounderline, noitalic, bold,
  310.             12,
  311.             NoRed, NoGreen, NoBlue,            /* black color */
  312.             FONT_HELV,
  313.             "",
  314.         },
  315.         "jpegPhoto",
  316.         {23, 4, 43, 89},
  317.         readwrite, noboxed,
  318.         Button {
  319.             changelabel,
  320.             noexec,
  321.             deactivate,
  322.             nextval,
  323.             noclose,
  324.             nobool,
  325.             nodefault,
  326.             defaultfalse,
  327.             noadddnvals,
  328.             nocopyvals,
  329.             "View Photo",                /* button label */
  330.             "Next Photo",    
  331.             "JPEG Photo",
  332.         },
  333.         "audio",
  334.         {23, 95, 43, 180},
  335.         readwrite, noboxed,
  336.         Button {
  337.             changelabel,
  338.             exec,
  339.             deactivate,
  340.             nextval,
  341.             noclose,
  342.             nobool,
  343.             nodefault,
  344.             defaultfalse,
  345.             noadddnvals,
  346.             nocopyvals,
  347.             "Play Sound",                /* button label */
  348.             "Next Sound",    
  349.             "",
  350.         },
  351.         "noBatchUpdates",
  352.         {23, 186, 43, 282},
  353.         readwrite, noboxed,
  354.         Button {
  355.             nochangelabel,
  356.             noexec,
  357.             deactivate,
  358.             nonextval,
  359.             noclose,
  360.             bool,                    /* boolean changing text button */
  361.             default,
  362.             defaultfalse,
  363.             noadddnvals,
  364.             nocopyvals,
  365.             "No Updates╔",            /* button label to show if value is true */
  366.             "Updates╔",                /* button label to show if value is false */
  367.             "UM Person Updates",    /* template to link to */
  368.         },
  369.         "",
  370.         {23, 288, 43, 358},
  371.         readwrite, noboxed,
  372.         Button {
  373.             nochangelabel,
  374.             noexec,
  375.             deactivate,
  376.             nonextval,
  377.             noclose,
  378.             nobool,
  379.             nodefault,
  380.             defaultfalse,
  381.             noadddnvals,
  382.             nocopyvals,
  383.             "Groups╔",                /* button label */
  384.             "",    
  385.             "UM Person's Groups",
  386.         },
  387.         "photo",
  388.         {23, 364, 43, 474},
  389.         readwrite, noboxed,
  390.         Button {
  391.             changelabel,
  392.             noexec,
  393.             hide,
  394.             nextval,
  395.             noclose,
  396.             nobool,
  397.             nodefault,
  398.             defaultfalse,
  399.             noadddnvals,
  400.             nocopyvals,
  401.             "View Fax Photo",                /* button label */
  402.             "Next Fax Photo",    
  403.             "Fax Photo",
  404.         },
  405.         "",        /* dividing line */
  406.         {45, -1, 48, 2000},
  407.         readonly, boxed,
  408.         StaticText {
  409.             nounderline, noitalic, bold,
  410.             12,
  411.             NoRed, NoGreen, NoBlue,            /* black color */
  412.             FONT_HELV,
  413.             "",
  414.         },
  415. #ifdef ADMIN
  416.         "keepNames",
  417.         {49, 360, 67, 498},
  418.         readwrite, noboxed,
  419.         CheckBox {
  420.             deactivate,
  421.             default,
  422.             defaultfalse,
  423.             NoRed, NoGreen, FullBlue,            /* blue color */
  424.             "Nicknames Added",
  425.         },
  426. #endif ADMIN
  427.         "",
  428.         {51, 4, 67, 123},
  429.         readonly, noboxed,
  430.         StaticText {
  431.             nounderline, noitalic, bold,
  432.             12,
  433.             NoRed, NoGreen, FullBlue,        /* blue color */
  434.             FONT_HELV,
  435.             "Also Known As:",
  436.         },
  437.         "cn",
  438. #ifdef ADMIN
  439.         {51, 125, 67, 358},            /* ADMIN slightly narrower & writeable */
  440.         readwrite, noboxed,
  441. #else ADMIN
  442.         {51, 125, 67, 398},
  443.         readonly, noboxed,
  444. #endif ADMIN
  445.         EditText {
  446.             nounderline, noitalic, nobold,
  447.             12,
  448.             NoRed, NoGreen, NoBlue,            /* black color */
  449.             FONT_HELV,
  450.         },
  451.         "",
  452.         {72, 4, 88, 123},
  453.         readonly, noboxed,
  454.         StaticText {
  455.             nounderline, noitalic, bold,
  456.             12,
  457.             NoRed, NoGreen, FullBlue,        /* blue color */
  458.             FONT_HELV,
  459.             "E-mail address:",
  460.         },
  461.         "mail",
  462.         {72, 125, 88, 398},
  463.         readwrite, noboxed,
  464.         EditText {
  465.             nounderline, noitalic, nobold,
  466.             12,
  467.             NoRed, NoGreen, NoBlue,            /* black color */
  468.             FONT_HELV,
  469.         },
  470.         "",
  471.         {93, 4, 109, 123},
  472.         readonly, noboxed,
  473.         StaticText {
  474.             nounderline, noitalic, bold,
  475.             12,
  476.             NoRed, NoGreen, FullBlue,        /* blue color */
  477.             FONT_HELV,
  478.             "Business phone:",
  479.         },
  480.         "telephoneNumber",
  481.         {93, 125, 109, 398},
  482.         readwrite, noboxed,
  483.         EditText {
  484.             nounderline, noitalic, nobold,
  485.             12,
  486.             NoRed, NoGreen, NoBlue,            /* black color */
  487.             FONT_HELV,
  488.         },
  489.         "",
  490.         {114, 4, 130, 123},
  491.         readonly, noboxed,
  492.         StaticText {
  493.             nounderline, noitalic, bold,
  494.             12,
  495.             NoRed, NoGreen, FullBlue,        /* blue color */
  496.             FONT_HELV,
  497.             "Fax phone:",
  498.         },
  499.         "facsimileTelephoneNumber",
  500.         {114, 125, 130, 398},
  501.         readwrite, noboxed,
  502.         EditText {
  503.             nounderline, noitalic, nobold,
  504.             12,
  505.             NoRed, NoGreen, NoBlue,            /* black color */
  506.             FONT_HELV,
  507.         },
  508.         "",
  509.         {135, 4, 151, 123},
  510.         readonly, noboxed,
  511.         StaticText {
  512.             nounderline, noitalic, bold,
  513.             12,
  514.             NoRed, NoGreen, FullBlue,        /* blue color */
  515.             FONT_HELV,
  516.             "Business address:",
  517.         },
  518.         "postalAddress",
  519.         {135, 125, 151, 398},
  520.         readwrite, noboxed,
  521.         EditText {
  522.             nounderline, noitalic, nobold,
  523.             12,
  524.             NoRed, NoGreen, NoBlue,            /* black color */
  525.             FONT_HELV,
  526.         },
  527.         "",
  528.         {156, 4, 172, 123},
  529.         readonly, noboxed,
  530.         StaticText {
  531.             nounderline, noitalic, bold,
  532.             12,
  533.             NoRed, NoGreen, FullBlue,        /* blue color */
  534.             FONT_HELV,
  535.             "Title:",
  536.         },
  537.         "title",
  538.         {156, 125, 172, 398},
  539.         readwrite, noboxed,
  540.         EditText {
  541.             nounderline, noitalic, nobold,
  542.             12,
  543.             NoRed, NoGreen, NoBlue,            /* black color */
  544.             FONT_HELV,
  545.         },
  546.         "",
  547.         {177, 4, 193, 123},
  548.         readonly, noboxed,
  549.         StaticText {
  550.             nounderline, noitalic, bold,
  551.             12,
  552.             NoRed, NoGreen, FullBlue,        /* blue color */
  553.             FONT_HELV,
  554.             "Uniqname:",
  555.         },
  556.         "uid",
  557.         {177, 125, 193, 398},
  558.         readonly, noboxed,
  559.         EditText {
  560.             nounderline, noitalic, nobold,
  561.             12,
  562.             NoRed, NoGreen, NoBlue,            /* black color */
  563.             FONT_HELV,
  564.         },
  565.         "",
  566.         {198, 4, 214, 123},
  567.         readonly, noboxed,
  568.         StaticText {
  569.             nounderline, noitalic, bold,
  570.             12,
  571.             NoRed, NoGreen, FullBlue,        /* blue color */
  572.             FONT_HELV,
  573.             "Description:",
  574.         },
  575.         "multiLineDescription",
  576.         {198, 125, 214, 398},
  577.         readwrite, noboxed,
  578.         EditText {
  579.             nounderline, noitalic, nobold,
  580.             12,
  581.             NoRed, NoGreen, NoBlue,            /* black color */
  582.             FONT_HELV,
  583.         },
  584.         "",
  585.         {219, 4, 235, 123},
  586.         readonly, noboxed,
  587.         StaticText {
  588.             nounderline, noitalic, bold,
  589.             12,
  590.             NoRed, NoGreen, FullBlue,        /* blue color */
  591.             FONT_HELV,
  592.             "Home phone:",
  593.         },
  594.         "homePhone",
  595.         {219, 125, 235, 398},
  596.         readwrite, noboxed,
  597.         EditText {
  598.             nounderline, noitalic, nobold,
  599.             12,
  600.             NoRed, NoGreen, NoBlue,            /* black color */
  601.             FONT_HELV,
  602.         },
  603.         "",
  604.         {240, 4, 256, 123},
  605.         readonly, noboxed,
  606.         StaticText {
  607.             nounderline, noitalic, bold,
  608.             12,
  609.             NoRed, NoGreen, FullBlue,        /* blue color */
  610.             FONT_HELV,
  611.             "Home address:",
  612.         },
  613.         "homePostalAddress",
  614.         {240, 125, 256, 398},
  615.         readwrite, noboxed,
  616.         EditText {
  617.             nounderline, noitalic, nobold,
  618.             12,
  619.             NoRed, NoGreen, NoBlue,            /* black color */
  620.             FONT_HELV,
  621.         },
  622.         "",
  623.         {260, 4, 276, 123},
  624.         readonly, noboxed,
  625.         StaticText {
  626.             nounderline, noitalic, bold,
  627.             12,
  628.             NoRed, NoGreen, FullBlue,        /* blue color */
  629.             FONT_HELV,
  630.             "Favorite Drink:",
  631.         },
  632.         "drink",
  633.         {260, 125, 276, 398},
  634.         readwrite, noboxed,
  635.         EditText {
  636.             nounderline, noitalic, nobold,
  637.             12,
  638.             NoRed, NoGreen, NoBlue,            /* black color */
  639.             FONT_HELV,
  640.         },
  641. #ifdef ADMIN
  642.         "",        /* dividing line */
  643.         {278, -1, 279, 2000},
  644.         readonly, boxed,
  645.         StaticText {
  646.             nounderline, noitalic, bold,
  647.             12,
  648.             NoRed, NoGreen, NoBlue,            /* black color */
  649.             FONT_HELV,
  650.             "",
  651.         },
  652.         "notRegistered",
  653.         {280, 4, 298, 200},
  654.         readwrite, noboxed,
  655.         CheckBox {
  656.             deactivate,
  657.             default,
  658.             defaultfalse,
  659.             NoRed, NoGreen, FullBlue,        /* blue color */
  660.             "Not Currently Registered",
  661.         },
  662.         "doNotDelete",
  663.         {280, 210, 298, 400},
  664.         readwrite, noboxed,
  665.         CheckBox {
  666.             deactivate,
  667.             default,
  668.             defaultfalse,
  669.             NoRed, NoGreen, FullBlue,        /* blue color */
  670.             "Never Delete This Entry",
  671.         },
  672.         "",
  673.         {300, 4, 316, 123},
  674.         readonly, noboxed,
  675.         StaticText {
  676.             nounderline, noitalic, bold,
  677.             12,
  678.             NoRed, NoGreen, FullBlue,        /* blue color */
  679.             FONT_HELV,
  680.             "Kerberos Names:",
  681.         },
  682.         "krbName",
  683.         {300, 125, 316, 398},
  684.         readwrite, noboxed,
  685.         EditText {
  686.             nounderline, noitalic, nobold,
  687.             12,
  688.             NoRed, NoGreen, NoBlue,            /* black color */
  689.             FONT_HELV,
  690.         },
  691.         "",
  692.         {320, 4, 336, 123},
  693.         readonly, noboxed,
  694.         StaticText {
  695.             nounderline, noitalic, bold,
  696.             12,
  697.             NoRed, NoGreen, FullBlue,        /* blue color */
  698.             FONT_HELV,
  699.             "Affiliation Code:",
  700.         },
  701.         "affiliationCode",
  702.         {320, 125, 336, 185},
  703.         readwrite, noboxed,
  704.         EditText {
  705.             nounderline, noitalic, nobold,
  706.             12,
  707.             NoRed, NoGreen, NoBlue,            /* black color */
  708.             FONT_HELV,
  709.         },
  710.         "",
  711.         {320, 200, 336, 310},
  712.         readonly, noboxed,
  713.         StaticText {
  714.             nounderline, noitalic, bold,
  715.             12,
  716.             NoRed, NoGreen, FullBlue,        /* blue color */
  717.             FONT_HELV,
  718.             "Class Standing:",
  719.         },
  720.         "classStanding",
  721.         {320, 314, 336, 390},
  722.         readwrite, noboxed,
  723.         EditText {
  724.             nounderline, noitalic, nobold,
  725.             12,
  726.             NoRed, NoGreen, NoBlue,            /* black color */
  727.             FONT_HELV,
  728.         },
  729. #endif ADMIN
  730.     }
  731. };
  732.  
  733.  
  734. resource 'octp' (3) {
  735.     0,                                        /* version number */
  736.     "Person",                                /* template name */
  737.     {
  738.         "Person",                            /* associated object classes */
  739.     },
  740.     {                                        /* list of attribute defaults when adding */
  741.     },
  742.     "",                                        /* attribute to authenticate as */
  743.     "",                                        /* default location for add/new */
  744.     "cn",                                    /* default RDN attribute for add/new */
  745.     400,                                    /* horizontal size */
  746.     298,                                    /* vertical size */
  747.     addable,
  748.     autosize,
  749.     multitem,
  750.     modeless,
  751.     {
  752.         "-dn-",
  753.         {2, 4, 18, 300},
  754.         readonly, noboxed,
  755.         EditText {
  756.             nounderline, noitalic, bold,
  757.             12,
  758.             NoRed, NoGreen, NoBlue,            /* black color */
  759.             FONT_HELV,
  760.         },
  761.         "",        /* dividing line */
  762.         {18, -1, 21, 2000},
  763.         readonly, boxed,
  764.         StaticText {
  765.             nounderline, noitalic, bold,
  766.             12,
  767.             NoRed, NoGreen, NoBlue,            /* black color */
  768.             FONT_HELV,
  769.             "",
  770.         },
  771.         "jpegPhoto",
  772.         {23, 4, 43, 89},
  773.         readwrite, noboxed,
  774.         Button {
  775.             changelabel,
  776.             noexec,
  777.             deactivate,
  778.             nextval,
  779.             noclose,
  780.             nobool,
  781.             nodefault,
  782.             defaultfalse,
  783.             noadddnvals,
  784.             nocopyvals,
  785.             "View Photo",                /* button label */
  786.             "Next Photo",    
  787.             "JPEG Photo",
  788.         },
  789.         "audio",
  790.         {23, 95, 43, 180},
  791.         readwrite, noboxed,
  792.         Button {
  793.             changelabel,
  794.             exec,
  795.             deactivate,
  796.             nextval,
  797.             noclose,
  798.             nobool,
  799.             nodefault,
  800.             defaultfalse,
  801.             noadddnvals,
  802.             nocopyvals,
  803.             "Play Sound",                /* button label */
  804.             "Next Sound",    
  805.             "",
  806.         },
  807.         "photo",
  808.         {23, 186, 43, 296},
  809.         readwrite, noboxed,
  810.         Button {
  811.             changelabel,
  812.             noexec,
  813.             hide,
  814.             nextval,
  815.             noclose,
  816.             nobool,
  817.             nodefault,
  818.             defaultfalse,
  819.             noadddnvals,
  820.             nocopyvals,
  821.             "View Fax Photo",                /* button label */
  822.             "Next Fax Photo",    
  823.             "Fax Photo",
  824.         },
  825.         "",        /* dividing line */
  826.         {45, -1, 48, 2000},
  827.         readonly, boxed,
  828.         StaticText {
  829.             nounderline, noitalic, bold,
  830.             12,
  831.             NoRed, NoGreen, NoBlue,            /* black color */
  832.             FONT_HELV,
  833.             "",
  834.         },
  835.         "",
  836.         {51, 4, 67, 123},
  837.         readonly, noboxed,
  838.         StaticText {
  839.             nounderline, noitalic, bold,
  840.             12,
  841.             NoRed, NoGreen, FullBlue,        /* blue color */
  842.             FONT_HELV,
  843.             "Also Known As:",
  844.         },
  845.         "cn",
  846.         {51, 125, 67, 398},
  847.         readonly, noboxed,
  848.         EditText {
  849.             nounderline, noitalic, nobold,
  850.             12,
  851.             NoRed, NoGreen, NoBlue,            /* black color */
  852.             FONT_HELV,
  853.         },
  854.         "",
  855.         {72, 4, 88, 123},
  856.         readonly, noboxed,
  857.         StaticText {
  858.             nounderline, noitalic, bold,
  859.             12,
  860.             NoRed, NoGreen, FullBlue,        /* blue color */
  861.             FONT_HELV,
  862.             "E-mail address:",
  863.         },
  864.         "mail",
  865.         {72, 125, 88, 398},
  866.         readwrite, noboxed,
  867.         EditText {
  868.             nounderline, noitalic, nobold,
  869.             12,
  870.             NoRed, NoGreen, NoBlue,            /* black color */
  871.             FONT_HELV,
  872.         },
  873.         "",
  874.         {93, 4, 109, 123},
  875.         readonly, noboxed,
  876.         StaticText {
  877.             nounderline, noitalic, bold,
  878.             12,
  879.             NoRed, NoGreen, FullBlue,        /* blue color */
  880.             FONT_HELV,
  881.             "Business phone:",
  882.         },
  883.         "telephoneNumber",
  884.         {93, 125, 109, 398},
  885.         readwrite, noboxed,
  886.         EditText {
  887.             nounderline, noitalic, nobold,
  888.             12,
  889.             NoRed, NoGreen, NoBlue,            /* black color */
  890.             FONT_HELV,
  891.         },
  892.         "",
  893.         {114, 4, 130, 123},
  894.         readonly, noboxed,
  895.         StaticText {
  896.             nounderline, noitalic, bold,
  897.             12,
  898.             NoRed, NoGreen, FullBlue,        /* blue color */
  899.             FONT_HELV,
  900.             "Fax phone:",
  901.         },
  902.         "facsimileTelephoneNumber",
  903.         {114, 125, 130, 398},
  904.         readwrite, noboxed,
  905.         EditText {
  906.             nounderline, noitalic, nobold,
  907.             12,
  908.             NoRed, NoGreen, NoBlue,            /* black color */
  909.             FONT_HELV,
  910.         },
  911.         "",
  912.         {135, 4, 151, 123},
  913.         readonly, noboxed,
  914.         StaticText {
  915.             nounderline, noitalic, bold,
  916.             12,
  917.             NoRed, NoGreen, FullBlue,        /* blue color */
  918.             FONT_HELV,
  919.             "Business address:",
  920.         },
  921.         "postalAddress",
  922.         {135, 125, 151, 398},
  923.         readwrite, noboxed,
  924.         EditText {
  925.             nounderline, noitalic, nobold,
  926.             12,
  927.             NoRed, NoGreen, NoBlue,            /* black color */
  928.             FONT_HELV,
  929.         },
  930.         "",
  931.         {156, 4, 172, 123},
  932.         readonly, noboxed,
  933.         StaticText {
  934.             nounderline, noitalic, bold,
  935.             12,
  936.             NoRed, NoGreen, FullBlue,        /* blue color */
  937.             FONT_HELV,
  938.             "Title:",
  939.         },
  940.         "title",
  941.         {156, 125, 172, 398},
  942.         readwrite, noboxed,
  943.         EditText {
  944.             nounderline, noitalic, nobold,
  945.             12,
  946.             NoRed, NoGreen, NoBlue,            /* black color */
  947.             FONT_HELV,
  948.         },
  949.         "",
  950.         {177, 4, 193, 123},
  951.         readonly, noboxed,
  952.         StaticText {
  953.             nounderline, noitalic, bold,
  954.             12,
  955.             NoRed, NoGreen, FullBlue,        /* blue color */
  956.             FONT_HELV,
  957.             "User ID:",
  958.         },
  959.         "uid",
  960.         {177, 125, 193, 398},
  961.         readonly, noboxed,
  962.         EditText {
  963.             nounderline, noitalic, nobold,
  964.             12,
  965.             NoRed, NoGreen, NoBlue,            /* black color */
  966.             FONT_HELV,
  967.         },
  968.         "",
  969.         {198, 4, 214, 123},
  970.         readonly, noboxed,
  971.         StaticText {
  972.             nounderline, noitalic, bold,
  973.             12,
  974.             NoRed, NoGreen, FullBlue,        /* blue color */
  975.             FONT_HELV,
  976.             "Description:",
  977.         },
  978.         "description",
  979.         {198, 125, 214, 398},
  980.         readwrite, noboxed,
  981.         EditText {
  982.             nounderline, noitalic, nobold,
  983.             12,
  984.             NoRed, NoGreen, NoBlue,            /* black color */
  985.             FONT_HELV,
  986.         },
  987.         "",
  988.         {219, 4, 235, 123},
  989.         readonly, noboxed,
  990.         StaticText {
  991.             nounderline, noitalic, bold,
  992.             12,
  993.             NoRed, NoGreen, FullBlue,        /* blue color */
  994.             FONT_HELV,
  995.             "Home phone:",
  996.         },
  997.         "homePhone",
  998.         {219, 125, 235, 398},
  999.         readwrite, noboxed,
  1000.         EditText {
  1001.             nounderline, noitalic, nobold,
  1002.             12,
  1003.             NoRed, NoGreen, NoBlue,            /* black color */
  1004.             FONT_HELV,
  1005.         },
  1006.         "",
  1007.         {240, 4, 256, 123},
  1008.         readonly, noboxed,
  1009.         StaticText {
  1010.             nounderline, noitalic, bold,
  1011.             12,
  1012.             NoRed, NoGreen, FullBlue,        /* blue color */
  1013.             FONT_HELV,
  1014.             "Home address:",
  1015.         },
  1016.         "homePostalAddress",
  1017.         {240, 125, 256, 398},
  1018.         readwrite, noboxed,
  1019.         EditText {
  1020.             nounderline, noitalic, nobold,
  1021.             12,
  1022.             NoRed, NoGreen, NoBlue,            /* black color */
  1023.             FONT_HELV,
  1024.         },
  1025.         "",
  1026.         {260, 4, 276, 123},
  1027.         readonly, noboxed,
  1028.         StaticText {
  1029.             nounderline, noitalic, bold,
  1030.             12,
  1031.             NoRed, NoGreen, FullBlue,        /* blue color */
  1032.             FONT_HELV,
  1033.             "See Also:",
  1034.         },
  1035.         "seeAlso",
  1036.         {260, 125, 276, 398},
  1037.         readwrite, noboxed,
  1038.         EditText {
  1039.             nounderline, noitalic, nobold,
  1040.             12,
  1041.             NoRed, NoGreen, NoBlue,            /* black color */
  1042.             FONT_HELV,
  1043.         },
  1044.         "",
  1045.         {280, 4, 296, 123},
  1046.         readonly, noboxed,
  1047.         StaticText {
  1048.             nounderline, noitalic, bold,
  1049.             12,
  1050.             NoRed, NoGreen, FullBlue,        /* blue color */
  1051.             FONT_HELV,
  1052.             "Favorite Drink:",
  1053.         },
  1054.         "drink",
  1055.         {280, 125, 296, 398},
  1056.         readwrite, noboxed,
  1057.         EditText {
  1058.             nounderline, noitalic, nobold,
  1059.             12,
  1060.             NoRed, NoGreen, NoBlue,            /* black color */
  1061.             FONT_HELV,
  1062.         },
  1063.     }
  1064. };
  1065.  
  1066.  
  1067. resource 'octp' (4) {
  1068.     0,                                        /* version number */
  1069.     "Organization",                            /* template name */
  1070.     {
  1071.         "organization",                        /* associated object classes */
  1072.         "organizationalUnit",
  1073.     },
  1074.     {                                        /* list of attribute defaults when adding */
  1075.     },
  1076.     "",                                        /* attribute to authenticate as */
  1077.     "",                                        /* default location for add/new */
  1078.     "",                                        /* default RDN attribute for add/new */
  1079.     450,                                    /* horizontal size */
  1080.     162,                                    /* vertical size */
  1081.     notaddable,
  1082.     autosize,
  1083.     multitem,
  1084.     modeless,
  1085.     {
  1086.         "-dn-",
  1087.         {2, 4, 18, 300},
  1088.         readonly, noboxed,
  1089.         EditText {
  1090.             nounderline, noitalic, bold,
  1091.             12,
  1092.             NoRed, NoGreen, NoBlue,            /* black color */
  1093.             FONT_HELV,
  1094.         },
  1095.         "",        /* dividing line */
  1096.         {18, -1, 21, 2000},
  1097.         readonly, boxed,
  1098.         StaticText {
  1099.             nounderline, noitalic, bold,
  1100.             12,
  1101.             NoRed, NoGreen, NoBlue,            /* black color */
  1102.             FONT_HELV,
  1103.             "",
  1104.         },
  1105.         "photo",
  1106.         {24, 300, 174, 450},
  1107.         readonly, noboxed,
  1108.         Image {
  1109.         },
  1110.         "",
  1111.         {24, 2, 40, 110},
  1112.         readonly, noboxed,
  1113.         StaticText {
  1114.             nounderline, noitalic, bold,
  1115.             12,
  1116.             NoRed, NoGreen, FullBlue,        /* blue color */
  1117.             FONT_HELV,
  1118.             "Name:",
  1119.         },
  1120.         "o",
  1121.         {24, 114, 40, 298},
  1122.         readwrite, noboxed,
  1123.         EditText {
  1124.             nounderline, noitalic, nobold,
  1125.             12,
  1126.             NoRed, NoGreen, NoBlue,            /* black color */
  1127.             FONT_HELV,
  1128.         },
  1129.         "",
  1130.         {44, 2, 60, 110},
  1131.         readonly, noboxed,
  1132.         StaticText {
  1133.             nounderline, noitalic, bold,
  1134.             12,
  1135.             NoRed, NoGreen, FullBlue,        /* blue color */
  1136.             FONT_HELV,
  1137.             "Location:",
  1138.         },
  1139.         "l",
  1140.         {44, 114, 60, 298},
  1141.         readwrite, noboxed,
  1142.         EditText {
  1143.             nounderline, noitalic, nobold,
  1144.             12,
  1145.             NoRed, NoGreen, NoBlue,            /* black color */
  1146.             FONT_HELV,
  1147.         },
  1148.         "",
  1149.         {64, 2, 80, 110},
  1150.         readonly, noboxed,
  1151.         StaticText {
  1152.             nounderline, noitalic, bold,
  1153.             12,
  1154.             NoRed, NoGreen, FullBlue,        /* blue color */
  1155.             FONT_HELV,
  1156.             "Address:",
  1157.         },
  1158.         "postalAddress",
  1159.         {64, 114, 80, 298},
  1160.         readwrite, noboxed,
  1161.         EditText {
  1162.             nounderline, noitalic, nobold,
  1163.             12,
  1164.             NoRed, NoGreen, NoBlue,            /* black color */
  1165.             FONT_HELV,
  1166.         },
  1167.         "",
  1168.         {84, 2, 100, 110},
  1169.         readonly, noboxed,
  1170.         StaticText {
  1171.             nounderline, noitalic, bold,
  1172.             12,
  1173.             NoRed, NoGreen, FullBlue,        /* blue color */
  1174.             FONT_HELV,
  1175.             "Phone Number:",
  1176.         },
  1177.         "telephoneNumber",
  1178.         {84, 114, 100, 298},
  1179.         readwrite, noboxed,
  1180.         EditText {
  1181.             nounderline, noitalic, nobold,
  1182.             12,
  1183.             NoRed, NoGreen, NoBlue,            /* black color */
  1184.             FONT_HELV,
  1185.         },
  1186.         "",
  1187.         {104, 2, 120, 110},
  1188.         readonly, noboxed,
  1189.         StaticText {
  1190.             nounderline, noitalic, bold,
  1191.             12,
  1192.             NoRed, NoGreen, FullBlue,        /* blue color */
  1193.             FONT_HELV,
  1194.             "Fax Phone:",
  1195.         },
  1196.         "facsimileTelephoneNumber",
  1197.         {104, 114, 120, 298},
  1198.         readwrite, noboxed,
  1199.         EditText {
  1200.             nounderline, noitalic, nobold,
  1201.             12,
  1202.             NoRed, NoGreen, NoBlue,            /* black color */
  1203.             FONT_HELV,
  1204.         },
  1205.         "",
  1206.         {124, 2, 140, 110},
  1207.         readonly, noboxed,
  1208.         StaticText {
  1209.             nounderline, noitalic, bold,
  1210.             12,
  1211.             NoRed, NoGreen, FullBlue,        /* blue color */
  1212.             FONT_HELV,
  1213.             "Manager:",
  1214.         },
  1215.         "manager",
  1216.         {124, 114, 140, 298},
  1217.         readwrite, noboxed,
  1218.         EditText {
  1219.             nounderline, noitalic, nobold,
  1220.             12,
  1221.             NoRed, NoGreen, NoBlue,            /* black color */
  1222.             FONT_HELV,
  1223.         },
  1224.         "",
  1225.         {144, 2, 160, 110},
  1226.         readonly, noboxed,
  1227.         StaticText {
  1228.             nounderline, noitalic, bold,
  1229.             12,
  1230.             NoRed, NoGreen, FullBlue,        /* blue color */
  1231.             FONT_HELV,
  1232.             "See Also:",
  1233.         },
  1234.         "seeAlso",
  1235.         {144, 114, 160, 298},
  1236.         readwrite, noboxed,
  1237.         EditText {
  1238.             nounderline, noitalic, nobold,
  1239.             12,
  1240.             NoRed, NoGreen, NoBlue,            /* black color */
  1241.             FONT_HELV,
  1242.         },
  1243.     }
  1244. };
  1245.     
  1246.  
  1247.  
  1248. resource 'octp' (5) {
  1249.     0,                                        /* version number */
  1250.     "UM Person Updates",                    /* template name */
  1251.     {
  1252.     },
  1253.     {                                        /* list of attribute defaults when adding */
  1254.     },
  1255.     "",                                        /* attribute to authenticate as */
  1256.     "",                                        /* default location for add/new */
  1257.     "",                                        /* default RDN attribute for add/new */
  1258.     426,                                    /* horizontal size */
  1259.     222,                                    /* vertical size */
  1260.     notaddable,
  1261.     fixedsize,
  1262.     multitem,
  1263.     modal,
  1264.     {
  1265.         "",
  1266.         {1, 3, 49, 421},
  1267.         readonly, noboxed,
  1268.         StaticText {
  1269.             nounderline, noitalic, nobold,
  1270.             12,
  1271.             NoRed, NoGreen, NoBlue,            /* black color */
  1272.             0,
  1273.             "The following X.500 Directory fields are derived "
  1274.             "from the U-M administrative databases:\n  name, title, "
  1275.             "business and home addresses and phone numbers."
  1276.         },
  1277.         "",
  1278.         {56, 3, 120, 421},
  1279.         readonly, noboxed,
  1280.         StaticText {
  1281.             nounderline, noitalic, nobold,
  1282.             12,
  1283.             NoRed, NoGreen, NoBlue,            /* black color */
  1284.             0,
  1285.             "Updates of staff and faculty data to X.500 are "
  1286.             "done each month; student information is updated "
  1287.             "several times each term. "
  1288.             "If you modify any of the above fields, your "
  1289.             "changes will be overwritten during the next "
  1290.             "update UNLESS you check the "
  1291.             "box below."
  1292.  
  1293.         },
  1294.         "noBatchUpdates",
  1295.         {127, 4, 145, 421},
  1296.         readwrite, noboxed,
  1297.         CheckBox {
  1298.             deactivate,
  1299.             default,
  1300.             defaultfalse,
  1301.             NoRed, NoGreen, NoBlue,            /* black color */
  1302.             "Do Not Update My Entry From Personnel or The Registrar",
  1303.         },
  1304.         "",
  1305.         {152, 4, 200, 421},
  1306.         readonly, noboxed,
  1307.         StaticText {
  1308.             nounderline, noitalic, nobold,
  1309.             12,
  1310.             NoRed, NoGreen, NoBlue,            /* black color */
  1311.             0,
  1312.             "If you are faculty or staff, you should submit "
  1313.             "form 30005 to Personnel to update your information "
  1314.             "there.  Students should contact the Registrars Office."
  1315.         },
  1316.         "",
  1317.         {198, 340, 218, 410},
  1318.         readwrite, noboxed,
  1319.         Button {
  1320.             nochangelabel,
  1321.             noexec,
  1322.             deactivate,
  1323.             nonextval,
  1324.             close,                    /* close window when pushed */
  1325.             nobool,
  1326.             nodefault,
  1327.             defaultfalse,
  1328.             noadddnvals,
  1329.             nocopyvals,
  1330.             "OK",                /* button label */
  1331.             "",    
  1332.             "",
  1333.         },
  1334.  
  1335.     }
  1336. };
  1337.  
  1338.  
  1339. resource 'octp' (6) {
  1340.     0,                                        /* version number */
  1341.     "UM Person's Groups",                    /* template name */
  1342.     {
  1343.     },
  1344.     {                                        /* list of attribute defaults when adding */
  1345.     },
  1346.     "",                                        /* attribute to authenticate as */
  1347.     "",                                        /* default location for add/new */
  1348.     "cn",                                    /* default RDN attribute for add/new */
  1349.     450,                                    /* horizontal size */
  1350.     109,                                    /* vertical size */
  1351.     notaddable,
  1352.     autosize,
  1353.     multitem,
  1354.     modeless,
  1355.     {
  1356.         "",
  1357.         {2, 4, 66, 448},
  1358.         readonly, noboxed,
  1359.         StaticText {
  1360.             nounderline, noitalic, nobold,
  1361.             12,
  1362.             NoRed, NoGreen, NoBlue,        /* black color */
  1363.             FONT_GENEVA,
  1364.             "Below is a list of groups this person is subscribed to (they may be a "
  1365.             "member of other groups if they have been explicitly added by the "
  1366.             "group owner).  To join a group, click on the Join button.  To resign "
  1367.             "from a group, click on the list below and delete the appropriate line."
  1368.         },
  1369.         "",        /* dividing line */
  1370.         {67, -1, 68, 2000},
  1371.         readonly, boxed,
  1372.         StaticText {
  1373.             nounderline, noitalic, bold,
  1374.             12,
  1375.             NoRed, NoGreen, NoBlue,            /* black color */
  1376.             FONT_HELV,
  1377.             "",
  1378.         },
  1379.         "memberOfGroup",
  1380.         {87, 8, 107, 63},
  1381.         readwrite, noboxed,
  1382.         Button {
  1383.             nochangelabel,
  1384.             noexec,
  1385.             deactivate,
  1386.             nonextval,
  1387.             noclose,
  1388.             nobool,
  1389.             nodefault,
  1390.             defaultfalse,
  1391.             adddnvals,
  1392.             nocopyvals,
  1393.             "Join╔",                /* button label */
  1394.             "^1 is already a member of \"^0\".",    /* "duplicate" error message */
  1395.             "001/Join Groups",        /* allow adding of joinable groups only / dialog
  1396.                                         title (first word is action) */
  1397.         },
  1398.         
  1399.         "",
  1400.         {71, 4, 87, 105},
  1401.         readonly, noboxed,
  1402.         StaticText {
  1403.             nounderline, noitalic, bold,
  1404.             12,
  1405.             NoRed, NoGreen, FullBlue,        /* blue color */
  1406.             FONT_HELV,
  1407.             "Subscribed To:",
  1408.         },
  1409.         "memberOfGroup",
  1410.         {71, 107, 103, 448},
  1411.         readwrite, noboxed,
  1412.         EditText {
  1413.             nounderline, noitalic, nobold,
  1414.             12,
  1415.             NoRed, NoGreen, NoBlue,            /* black color */
  1416.             FONT_HELV,
  1417.         },
  1418.     }
  1419. };
  1420.  
  1421.  
  1422. resource 'octp' (7) {
  1423.     0,                                        /* version number */
  1424.     "JPEG Photo",                            /* template name */
  1425.     {
  1426.     },
  1427.     {                                        /* list of attribute defaults when adding */
  1428.     },
  1429.     "",                                        /* attribute to authenticate as */
  1430.     "",                                        /* default location for add/new */
  1431.     "",                                        /* default RDN attribute for add/new */
  1432.     0,                                    /* horizontal size (ignored)*/
  1433.     0,                                    /* vertical size (ignored) */
  1434.     notaddable,
  1435.     fixedsize,            /* over-ridden by "oneitem" option anyways */
  1436.     oneitem,
  1437.     modeless,
  1438.     {
  1439.         "jpegPhoto",
  1440.         {0, 0, 0, 0},
  1441.         readonly, noboxed,
  1442.         Image {
  1443.         },
  1444.     }
  1445. };
  1446.  
  1447.  
  1448. resource 'octp' (8) {
  1449.     0,                                        /* version number */
  1450.     "Fax Photo",                            /* template name */
  1451.     {
  1452.     },
  1453.     {                                        /* list of attribute defaults when adding */
  1454.     },
  1455.     "",                                        /* attribute to authenticate as */
  1456.     "",                                        /* default location for add/new */
  1457.     "",                                        /* default RDN attribute for add/new */
  1458.     0,                                    /* horizontal size (ignored)*/
  1459.     0,                                    /* vertical size (ignored) */
  1460.     notaddable,
  1461.     fixedsize,            /* over-ridden by "oneitem" option anyways */
  1462.     oneitem,
  1463.     modeless,
  1464.     {
  1465.         "photo",
  1466.         {0, 0, 0, 0},
  1467.         readonly, noboxed,
  1468.         Image {
  1469.         },
  1470.     }
  1471. };
  1472.  
  1473.  
  1474. resource 'octp' (9) {
  1475.     0,                                        /* version number */
  1476.     "Group",                            /* template name */
  1477.     {
  1478.         "rfc822MailGroup",                    /* associated object classes */
  1479.     },
  1480.     {                                        /* list of attribute defaults when adding */
  1481.         "owner", "d",
  1482.         "errorsTo", "d",
  1483.         "requestsTo", "d",
  1484.         "member", "d",
  1485.         "joinable", "c/FALSE",
  1486.         "associatedDomain", "c/umich.edu",
  1487.     },
  1488.     "owner",                                /* attribute to authenticate as */
  1489.     "ou=User Groups, ou=Groups, o=University of Michigan, c=US",    /* default location for add/new */
  1490.     "cn",                                    /* default RDN attribute for add/new */
  1491.     382,                                    /* horizontal size */
  1492.     302,                                    /* vertical size */
  1493.     addable,
  1494.     autosize,
  1495.     multitem,
  1496.     modeless,
  1497.     {
  1498.         "-dn-",
  1499.         {2, 2, 18, 298},
  1500.         readonly, noboxed,
  1501.         EditText {
  1502.             nounderline, noitalic, bold,
  1503.             12,
  1504.             NoRed, NoGreen, NoBlue,            /* black color */
  1505.             FONT_HELV,
  1506.         },
  1507.         "",        /* dividing line */
  1508.         {18, -1, 21, 2000},
  1509.         readonly, boxed,
  1510.         StaticText {
  1511.             nounderline, noitalic, bold,
  1512.             12,
  1513.             NoRed, NoGreen, NoBlue,            /* black color */
  1514.             FONT_HELV,
  1515.             "",
  1516.         },
  1517.         "joinable",                    /* enable only if this is TRUE */
  1518.         {22, 320, 42, 380},
  1519.         readwrite, noboxed,
  1520.         Button {
  1521.             nochangelabel,
  1522.             noexec,
  1523.             deactivate,
  1524.             nonextval,
  1525.             noclose,
  1526.             bool,
  1527.             default,
  1528.             defaultfalse,
  1529.             noadddnvals,
  1530.             copyvals,
  1531.             "Join╔",                        /* button label */
  1532.             "Subscribe ^0 to the group \"^1\"?/^0 is already a member of \"^1.\"",
  1533.             "-dn-/memberOfGroup",        /* src attribute / destination attr. */
  1534.         },
  1535.         "",
  1536.         {24, 2, 40, 110},
  1537.         readonly, noboxed,
  1538.         StaticText {
  1539.             nounderline, noitalic, bold,
  1540.             12,
  1541.             NoRed, NoGreen, FullBlue,        /* blue color */
  1542.             FONT_HELV,
  1543.             "Also Known As:",
  1544.         },
  1545.         "cn",
  1546.         {24, 114, 40, 298},
  1547.         readwrite, noboxed,
  1548.         EditText {
  1549.             nounderline, noitalic, nobold,
  1550.             12,
  1551.             NoRed, NoGreen, NoBlue,            /* black color */
  1552.             FONT_HELV,
  1553.         },
  1554.         "",
  1555.         {44, 2, 60, 110},
  1556.         readonly, noboxed,
  1557.         StaticText {
  1558.             nounderline, noitalic, bold,
  1559.             12,
  1560.             NoRed, NoGreen, FullBlue,        /* blue color */
  1561.             FONT_HELV,
  1562.             "Owner:",
  1563.         },
  1564.         "owner",
  1565.         {44, 114, 60, 298},
  1566.         readwrite, noboxed,
  1567.         EditText {
  1568.             nounderline, noitalic, nobold,
  1569.             12,
  1570.             NoRed, NoGreen, NoBlue,            /* black color */
  1571.             FONT_HELV,
  1572.         },
  1573.         "",
  1574.         {64, 2, 76, 110},
  1575.         readonly, noboxed,
  1576.         StaticText {
  1577.             nounderline, noitalic, bold,
  1578.             12,
  1579.             NoRed, NoGreen, FullBlue,        /* blue color */
  1580.             FONT_HELV,
  1581.             "Last Modified:",
  1582.         },
  1583.         "lastModifiedTime",
  1584.         {64, 114, 80, 298},
  1585.         readonly, noboxed,
  1586.         EditText {
  1587.             nounderline, noitalic, nobold,
  1588.             12,
  1589.             NoRed, NoGreen, NoBlue,            /* black color */
  1590.             FONT_HELV,
  1591.         },
  1592.         "",
  1593.         {84, 2, 100, 110},
  1594.         readonly, noboxed,
  1595.         StaticText {
  1596.             nounderline, noitalic, bold,
  1597.             12,
  1598.             NoRed, NoGreen, FullBlue,        /* blue color */
  1599.             FONT_HELV,
  1600.             "Modified By:",
  1601.         },
  1602.         "lastModifiedBy",
  1603.         {84, 114, 100, 298},
  1604.         readonly, noboxed,
  1605.         EditText {
  1606.             nounderline, noitalic, nobold,
  1607.             12,
  1608.             NoRed, NoGreen, NoBlue,            /* black color */
  1609.             FONT_HELV,
  1610.         },
  1611.         "",
  1612.         {104, 2, 120, 110},
  1613.         readonly, noboxed,
  1614.         StaticText {
  1615.             nounderline, noitalic, bold,
  1616.             12,
  1617.             NoRed, NoGreen, FullBlue,        /* blue color */
  1618.             FONT_HELV,
  1619.             "Description:",
  1620.         },
  1621.         "multiLineDescription",
  1622.         {104, 114, 120, 298},
  1623.         readwrite, noboxed,
  1624.         EditText {
  1625.             nounderline, noitalic, nobold,
  1626.             12,
  1627.             NoRed, NoGreen, NoBlue,            /* black color */
  1628.             FONT_HELV,
  1629.         },
  1630.         "",
  1631.         {124, 2, 140, 110},
  1632.         readonly, noboxed,
  1633.         StaticText {
  1634.             nounderline, noitalic, bold,
  1635.             12,
  1636.             NoRed, NoGreen, FullBlue,        /* blue color */
  1637.             FONT_HELV,
  1638.             "Send Errors To:",
  1639.         },
  1640.         "errorsTo",
  1641.         {124, 114, 140, 298},
  1642.         readwrite, noboxed,
  1643.         EditText {
  1644.             nounderline, noitalic, nobold,
  1645.             12,
  1646.             NoRed, NoGreen, NoBlue,            /* black color */
  1647.             FONT_HELV,
  1648.         },
  1649.         "",
  1650.         {144, 2, 160, 110},
  1651.         readonly, noboxed,
  1652.         StaticText {
  1653.             nounderline, noitalic, bold,
  1654.             12,
  1655.             NoRed, NoGreen, FullBlue,        /* blue color */
  1656.             FONT_HELV,
  1657.             "Requests To:",
  1658.         },
  1659.         "requestsTo",
  1660.         {144, 114, 160, 298},
  1661.         readwrite, noboxed,
  1662.         EditText {
  1663.             nounderline, noitalic, nobold,
  1664.             12,
  1665.             NoRed, NoGreen, NoBlue,            /* black color */
  1666.             FONT_HELV,
  1667.         },
  1668.         "",
  1669.         {164, 2, 180, 110},
  1670.         readonly, noboxed,
  1671.         StaticText {
  1672.             nounderline, noitalic, bold,
  1673.             12,
  1674.             NoRed, NoGreen, FullBlue,        /* blue color */
  1675.             FONT_HELV,
  1676.             "Assoc. Domain:",
  1677.         },
  1678.         "associatedDomain",
  1679.         {164, 114, 180, 298},
  1680.         readwrite, noboxed,
  1681.         EditText {
  1682.             nounderline, noitalic, nobold,
  1683.             12,
  1684.             NoRed, NoGreen, NoBlue,            /* black color */
  1685.             FONT_HELV,
  1686.         },
  1687.         "joinable",
  1688.         {184, 2, 198, 230},
  1689.         readwrite, noboxed,
  1690.         CheckBox {
  1691.             deactivate,
  1692.             default,
  1693.             defaultfalse,
  1694.             NoRed, NoGreen, FullBlue,        /* blue color */
  1695.             "Allow Others To Join This Group",
  1696.         },
  1697.         "member",
  1698.         {220, 8, 240, 57},
  1699.         readwrite, noboxed,
  1700.         Button {
  1701.             nochangelabel,
  1702.             noexec,
  1703.             deactivate,
  1704.             nonextval,
  1705.             noclose,
  1706.             nobool,
  1707.             nodefault,
  1708.             defaultfalse,
  1709.             adddnvals,
  1710.             nocopyvals,
  1711.             "Add╔",                    /* button label */
  1712.             "^0 is already a member of \"^1\".",    /* "duplicate" error msg */
  1713.             "11/Add X.500 Members",    /* allow adding of people and groups /
  1714.                                         dialog title (first word is action) */
  1715.         },
  1716.         "",
  1717.         {204, 2, 220, 110},
  1718.         readonly, noboxed,
  1719.         StaticText {
  1720.             nounderline, noitalic, bold,
  1721.             12,
  1722.             NoRed, NoGreen, FullBlue,        /* blue color */
  1723.             FONT_HELV,
  1724.             "X.500 Members:",
  1725.         },
  1726.         "member",
  1727.         {204, 114, 240, 298},
  1728.         readwrite, noboxed,
  1729.         EditText {
  1730.             nounderline, noitalic, nobold,
  1731.             12,
  1732.             NoRed, NoGreen, NoBlue,            /* black color */
  1733.             FONT_HELV,
  1734.         },
  1735.         "",
  1736.         {244, 2, 260, 110},
  1737.         readonly, noboxed,
  1738.         StaticText {
  1739.             nounderline, noitalic, bold,
  1740.             12,
  1741.             NoRed, NoGreen, FullBlue,        /* blue color */
  1742.             FONT_HELV,
  1743.             "E-mail Members:",
  1744.         },
  1745.         "mail",
  1746.         {244, 114, 260, 298},
  1747.         readwrite, noboxed,
  1748.         EditText {
  1749.             nounderline, noitalic, nobold,
  1750.             12,
  1751.             NoRed, NoGreen, NoBlue,            /* black color */
  1752.             FONT_HELV,
  1753.         },
  1754.         "",
  1755.         {264, 2, 280, 110},
  1756.         readonly, noboxed,
  1757.         StaticText {
  1758.             nounderline, noitalic, bold,
  1759.             12,
  1760.             NoRed, NoGreen, FullBlue,        /* blue color */
  1761.             FONT_HELV,
  1762.             "E-mail Errs. To:",
  1763.         },
  1764.         "rfc822ErrorsTo",
  1765.         {264, 114, 280, 298},
  1766.         readwrite, noboxed,
  1767.         EditText {
  1768.             nounderline, noitalic, nobold,
  1769.             12,
  1770.             NoRed, NoGreen, NoBlue,            /* black color */
  1771.             FONT_HELV,
  1772.         },
  1773.         "",
  1774.         {284, 2, 300, 110},
  1775.         readonly, noboxed,
  1776.         StaticText {
  1777.             nounderline, noitalic, bold,
  1778.             12,
  1779.             NoRed, NoGreen, FullBlue,        /* blue color */
  1780.             FONT_HELV,
  1781.             "E-mail Reqs. To:",
  1782.         },
  1783.         "rfc822RequestsTo",
  1784.         {284, 114, 300, 298},
  1785.         readwrite, noboxed,
  1786.         EditText {
  1787.             nounderline, noitalic, nobold,
  1788.             12,
  1789.             NoRed, NoGreen, NoBlue,            /* black color */
  1790.             FONT_HELV,
  1791.         },
  1792.     }
  1793. };
  1794.  
  1795.  
  1796. resource 'octp' (10) {
  1797.     0,                                        /* version number */
  1798.     "Image",                                /* template name */
  1799.     {
  1800.         "image",                            /* associated object classes */
  1801.     },
  1802.     {                                        /* list of attribute defaults when adding */
  1803.         "owner", "d",
  1804.     },
  1805.     "owner",                                /* attribute to authenticate as */
  1806.     "ou=AOSS Images, ou=Experimental, o=University of Michigan, c=US",    /* default location for add/new */
  1807.     "cn",                                    /* default RDN attribute for add/new */
  1808.     602,                                    /* horizontal size */
  1809.     238,                                    /* vertical size */
  1810.     addable,
  1811.     autosize,
  1812.     multitem,
  1813.     modeless,
  1814.     {
  1815.         "-dn-",
  1816.         {2, 4, 18, 298},
  1817.         readonly, noboxed,
  1818.         EditText {
  1819.             nounderline, noitalic, bold,
  1820.             12,
  1821.             NoRed, NoGreen, NoBlue,            /* black color */
  1822.             FONT_HELV,
  1823.         },
  1824.         "",        /* dividing line */
  1825.         {18, -1, 21, 2000},
  1826.         readonly, boxed,
  1827.         StaticText {
  1828.             nounderline, noitalic, bold,
  1829.             12,
  1830.             NoRed, NoGreen, NoBlue,            /* black color */
  1831.             FONT_HELV,
  1832.             "",
  1833.         },
  1834.         "jpegPhoto",
  1835.         {23, 420, 203, 600},
  1836.         readonly, noboxed,
  1837.         Image {
  1838.         },
  1839.         "",
  1840.         {24, 2, 40, 90},
  1841.         readonly, noboxed,
  1842.         StaticText {
  1843.             nounderline, noitalic, bold,
  1844.             12,
  1845.             NoRed, NoGreen, FullBlue,        /* blue color */
  1846.             FONT_HELV,
  1847.             "Keywords:",
  1848.         },
  1849.         "keywords",
  1850.         {24, 94, 40, 418},
  1851.         readwrite, noboxed,
  1852.         EditText {
  1853.             nounderline, noitalic, nobold,
  1854.             12,
  1855.             NoRed, NoGreen, NoBlue,            /* black color */
  1856.             FONT_HELV,
  1857.         },
  1858.         "",
  1859.         {44, 2, 76, 90},
  1860.         readonly, noboxed,
  1861.         StaticText {
  1862.             nounderline, noitalic, bold,
  1863.             12,
  1864.             NoRed, NoGreen, FullBlue,        /* blue color */
  1865.             FONT_HELV,
  1866.             "Predominant Colors:",
  1867.         },
  1868.         "predominantColor",
  1869.         {44, 94, 76, 418},
  1870.         readwrite, noboxed,
  1871.         EditText {
  1872.             nounderline, noitalic, nobold,
  1873.             12,
  1874.             NoRed, NoGreen, NoBlue,            /* black color */
  1875.             FONT_HELV,
  1876.         },
  1877.         "",
  1878.         {80, 2, 96, 90},
  1879.         readonly, noboxed,
  1880.         StaticText {
  1881.             nounderline, noitalic, bold,
  1882.             12,
  1883.             NoRed, NoGreen, FullBlue,        /* blue color */
  1884.             FONT_HELV,
  1885.             "Description:",
  1886.         },
  1887.         "multiLineDescription",
  1888.         {80, 94, 96, 418},
  1889.         readwrite, noboxed,
  1890.         EditText {
  1891.             nounderline, noitalic, nobold,
  1892.             12,
  1893.             NoRed, NoGreen, NoBlue,            /* black color */
  1894.             FONT_HELV,
  1895.         },
  1896.         "",
  1897.         {100, 2, 116, 90},
  1898.         readonly, noboxed,
  1899.         StaticText {
  1900.             nounderline, noitalic, bold,
  1901.             12,
  1902.             NoRed, NoGreen, FullBlue,        /* blue color */
  1903.             FONT_HELV,
  1904.             "Citation:",
  1905.         },
  1906.         "citation",
  1907.         {100, 94, 116, 418},
  1908.         readwrite, noboxed,
  1909.         EditText {
  1910.             nounderline, noitalic, nobold,
  1911.             12,
  1912.             NoRed, NoGreen, NoBlue,            /* black color */
  1913.             FONT_HELV,
  1914.         },
  1915.         "",
  1916.         {120, 2, 136, 90},
  1917.         readonly, noboxed,
  1918.         StaticText {
  1919.             nounderline, noitalic, bold,
  1920.             12,
  1921.             NoRed, NoGreen, FullBlue,        /* blue color */
  1922.             FONT_HELV,
  1923.             "Copyright:",
  1924.         },
  1925.         "copyright",
  1926.         {120, 94, 136, 418},
  1927.         readwrite, noboxed,
  1928.         EditText {
  1929.             nounderline, noitalic, nobold,
  1930.             12,
  1931.             NoRed, NoGreen, NoBlue,            /* black color */
  1932.             FONT_HELV,
  1933.         },
  1934.         "",
  1935.         {200, 2, 216, 90},
  1936.         readonly, noboxed,
  1937.         StaticText {
  1938.             nounderline, noitalic, bold,
  1939.             12,
  1940.             NoRed, NoGreen, FullBlue,        /* blue color */
  1941.             FONT_HELV,
  1942.             "Submitter:",
  1943.         },
  1944.         "owner",
  1945.         {200, 94, 216, 418},
  1946.         readwrite, noboxed,
  1947.         EditText {
  1948.             nounderline, noitalic, nobold,
  1949.             12,
  1950.             NoRed, NoGreen, NoBlue,            /* black color */
  1951.             FONT_HELV,
  1952.         },
  1953.         "",
  1954.         {220, 2, 236, 90},
  1955.         readonly, noboxed,
  1956.         StaticText {
  1957.             nounderline, noitalic, bold,
  1958.             12,
  1959.             NoRed, NoGreen, FullBlue,        /* blue color */
  1960.             FONT_HELV,
  1961.             "File Info:",
  1962.         },
  1963.         "imageFiles",
  1964.         {220, 94, 236, 418},
  1965.         readwrite, noboxed,
  1966.         EditText {
  1967.             nounderline, noitalic, nobold,
  1968.             12,
  1969.             NoRed, NoGreen, NoBlue,            /* black color */
  1970.             FONT_HELV,
  1971.         },
  1972.     }
  1973. };
  1974.  
  1975.  
  1976. resource 'octp' (11) {
  1977.     0,                                        /* version number */
  1978.     "File Info",                            /* template name */
  1979.     {
  1980.         "imageFile",                        /* associated object classes */
  1981.     },
  1982.     {                                        /* list of attribute defaults when adding */
  1983.     },
  1984.     "",                                        /* attribute to authenticate as */
  1985.     "",                                        /* default location for add/new */
  1986.     "cn",                                        /* default RDN attribute for add/new */
  1987.     472,                                    /* horizontal size */
  1988.     124,                                    /* vertical size */
  1989.     addable,
  1990.     autosize,
  1991.     multitem,
  1992.     modeless,
  1993.     {
  1994.         "-dn-",
  1995.         {2, 4, 18, 298},
  1996.         readonly, noboxed,
  1997.         EditText {
  1998.             nounderline, noitalic, bold,
  1999.             12,
  2000.             NoRed, NoGreen, NoBlue,            /* black color */
  2001.             FONT_HELV,
  2002.         },
  2003.         "",        /* dividing line */
  2004.         {18, -1, 21, 2000},
  2005.         readonly, boxed,
  2006.         StaticText {
  2007.             nounderline, noitalic, bold,
  2008.             12,
  2009.             NoRed, NoGreen, NoBlue,            /* black color */
  2010.             FONT_HELV,
  2011.             "",
  2012.         },
  2013.         "seeAlso",
  2014.         {23, 350, 43, 470},
  2015.         readwrite, noboxed,
  2016.         Button {
  2017.             changelabel,
  2018.             exec,
  2019.             deactivate,
  2020.             nextval,
  2021.             noclose,
  2022.             nobool,
  2023.             nodefault,
  2024.             defaultfalse,
  2025.             noadddnvals,
  2026.             nocopyvals,
  2027.             "View Image Info",                /* button label */
  2028.             "Next Image Info",    
  2029.             "",
  2030.         },
  2031.         "",
  2032.         {24, 2, 40, 110},
  2033.         readonly, noboxed,
  2034.         StaticText {
  2035.             nounderline, noitalic, bold,
  2036.             12,
  2037.             NoRed, NoGreen, FullBlue,        /* blue color */
  2038.             FONT_HELV,
  2039.             "File Type:",
  2040.         },
  2041.         "fileFormat",
  2042.         {24, 114, 40, 164},
  2043.         readwrite, noboxed,
  2044.         EditText {
  2045.             nounderline, noitalic, nobold,
  2046.             12,
  2047.             NoRed, NoGreen, NoBlue,            /* black color */
  2048.             FONT_HELV,
  2049.         },
  2050.         "",
  2051.         {24, 170, 40, 290},
  2052.         readonly, noboxed,
  2053.         StaticText {
  2054.             nounderline, noitalic, bold,
  2055.             12,
  2056.             NoRed, NoGreen, FullBlue,        /* blue color */
  2057.             FONT_HELV,
  2058.             "Width (pixels):",
  2059.         },
  2060.         "width",
  2061.         {24, 294, 40, 344},
  2062.         readwrite, noboxed,
  2063.         EditText {
  2064.             nounderline, noitalic, nobold,
  2065.             12,
  2066.             NoRed, NoGreen, NoBlue,            /* black color */
  2067.             FONT_HELV,
  2068.         },
  2069.         "",
  2070.         {44, 2, 60, 110},
  2071.         readonly, noboxed,
  2072.         StaticText {
  2073.             nounderline, noitalic, bold,
  2074.             12,
  2075.             NoRed, NoGreen, FullBlue,        /* blue color */
  2076.             FONT_HELV,
  2077.             "Size (bytes):",
  2078.         },
  2079.         "fileSize",
  2080.         {44, 114, 60, 164},
  2081.         readwrite, noboxed,
  2082.         EditText {
  2083.             nounderline, noitalic, nobold,
  2084.             12,
  2085.             NoRed, NoGreen, NoBlue,            /* black color */
  2086.             FONT_HELV,
  2087.         },
  2088.         "",
  2089.         {44, 170, 60, 290},
  2090.         readonly, noboxed,
  2091.         StaticText {
  2092.             nounderline, noitalic, bold,
  2093.             12,
  2094.             NoRed, NoGreen, FullBlue,        /* blue color */
  2095.             FONT_HELV,
  2096.             "Height (pixels):",
  2097.         },
  2098.         "height",
  2099.         {44, 294, 60, 344},
  2100.         readwrite, noboxed,
  2101.         EditText {
  2102.             nounderline, noitalic, nobold,
  2103.             12,
  2104.             NoRed, NoGreen, NoBlue,            /* black color */
  2105.             FONT_HELV,
  2106.         },
  2107.  
  2108.         "",
  2109.         {64, 2, 80, 110},
  2110.         readonly, noboxed,
  2111.         StaticText {
  2112.             nounderline, noitalic, bold,
  2113.             12,
  2114.             NoRed, NoGreen, FullBlue,        /* blue color */
  2115.             FONT_HELV,
  2116.             "Resolution (dpi):",
  2117.         },
  2118.         "resolution",
  2119.         {64, 114, 80, 164},
  2120.         readwrite, noboxed,
  2121.         EditText {
  2122.             nounderline, noitalic, nobold,
  2123.             12,
  2124.             NoRed, NoGreen, NoBlue,            /* black color */
  2125.             FONT_HELV,
  2126.         },
  2127.         "",
  2128.         {64, 170, 80, 290},
  2129.         readonly, noboxed,
  2130.         StaticText {
  2131.             nounderline, noitalic, bold,
  2132.             12,
  2133.             NoRed, NoGreen, FullBlue,        /* blue color */
  2134.             FONT_HELV,
  2135.             "Depth:",
  2136.         },
  2137.         "colorDepth",
  2138.         {64, 294, 80, 344},
  2139.         readwrite, noboxed,
  2140.         EditText {
  2141.             nounderline, noitalic, nobold,
  2142.             12,
  2143.             NoRed, NoGreen, NoBlue,            /* black color */
  2144.             FONT_HELV,
  2145.         },
  2146.  
  2147.         "",
  2148.         {84, 2, 100, 110},
  2149.         readonly, noboxed,
  2150.         StaticText {
  2151.             nounderline, noitalic, bold,
  2152.             12,
  2153.             NoRed, NoGreen, FullBlue,        /* blue color */
  2154.             FONT_HELV,
  2155.             "Image Info:",
  2156.         },
  2157.         "seeAlso",
  2158.         {84, 114, 100, 398},
  2159.         readwrite, noboxed,
  2160.         EditText {
  2161.             nounderline, noitalic, nobold,
  2162.             12,
  2163.             NoRed, NoGreen, NoBlue,            /* black color */
  2164.             FONT_HELV,
  2165.         },
  2166.         "documentLocation",
  2167.         {102, 67, 122, 109},
  2168.         readwrite, noboxed,
  2169.         Button {
  2170.             nochangelabel,
  2171.             exec,
  2172.             deactivate,
  2173.             nonextval,
  2174.             noclose,
  2175.             nobool,
  2176.             nodefault,
  2177.             defaultfalse,
  2178.             noadddnvals,
  2179.             nocopyvals,
  2180.             "View",                /* button label */
  2181.             "",    
  2182.             "",
  2183.         },
  2184.         "",
  2185.         {104, 2, 120, 66},
  2186.         readonly, noboxed,
  2187.         StaticText {
  2188.             nounderline, noitalic, bold,
  2189.             12,
  2190.             NoRed, NoGreen, FullBlue,        /* blue color */
  2191.             FONT_HELV,
  2192.             "Location:",
  2193.         },
  2194.         "documentLocation",
  2195.         {104, 114, 120, 398},
  2196.         readwrite, noboxed,
  2197.         EditText {
  2198.             nounderline, noitalic, nobold,
  2199.             12,
  2200.             NoRed, NoGreen, NoBlue,            /* black color */
  2201.             FONT_HELV,
  2202.         },
  2203.     }
  2204. };
  2205.  
  2206.  
  2207. resource 'octp' (12) {
  2208.     0,                                        /* version number */
  2209.     "Document",                                /* template name */
  2210.     {
  2211.         "document",                            /* associated object classes */
  2212.     },
  2213.     {                                        /* list of attribute defaults when adding */
  2214.         "documentAuthor", "d",
  2215.     },
  2216.     "",                                    /* attribute to authenticate as */
  2217.     "ou=Documents, ou=Experimental, o=University of Michigan, c=US",    /* default location for add/new */
  2218.     "cn",                                    /* default RDN attribute for add/new */
  2219.     300,                                    /* horizontal size */
  2220.     202,                                    /* vertical size */
  2221.     addable,
  2222.     autosize,
  2223.     multitem,
  2224.     modeless,
  2225.     {
  2226.         "-dn-",
  2227.         {2, 2, 18, 500},
  2228.         readonly, noboxed,
  2229.         EditText {
  2230.             nounderline, noitalic, bold,
  2231.             12,
  2232.             NoRed, NoGreen, NoBlue,            /* black color */
  2233.             FONT_HELV,
  2234.         },
  2235.         "",        /* dividing line */
  2236.         {18, -1, 21, 2000},
  2237.         readonly, boxed,
  2238.         StaticText {
  2239.             nounderline, noitalic, bold,
  2240.             12,
  2241.             NoRed, NoGreen, NoBlue,            /* black color */
  2242.             FONT_HELV,
  2243.             "",
  2244.         },
  2245.         "",
  2246.         {24, 2, 40, 110},
  2247.         readonly, noboxed,
  2248.         StaticText {
  2249.             nounderline, noitalic, bold,
  2250.             12,
  2251.             NoRed, NoGreen, FullBlue,        /* blue color */
  2252.             FONT_HELV,
  2253.             "Also Known As:",
  2254.         },
  2255.         "cn",
  2256.         {24, 114, 40, 298},
  2257.         readwrite, noboxed,
  2258.         EditText {
  2259.             nounderline, noitalic, nobold,
  2260.             12,
  2261.             NoRed, NoGreen, NoBlue,            /* black color */
  2262.             FONT_HELV,
  2263.         },
  2264.         "",
  2265.         {44, 2, 60, 110},
  2266.         readonly, noboxed,
  2267.         StaticText {
  2268.             nounderline, noitalic, bold,
  2269.             12,
  2270.             NoRed, NoGreen, FullBlue,        /* blue color */
  2271.             FONT_HELV,
  2272.             "Description:",
  2273.         },
  2274.         "description",
  2275.         {44, 114, 60, 298},
  2276.         readwrite, noboxed,
  2277.         EditText {
  2278.             nounderline, noitalic, nobold,
  2279.             12,
  2280.             NoRed, NoGreen, NoBlue,            /* black color */
  2281.             FONT_HELV,
  2282.         },
  2283.         "",
  2284.         {64, 2, 76, 110},
  2285.         readonly, noboxed,
  2286.         StaticText {
  2287.             nounderline, noitalic, bold,
  2288.             12,
  2289.             NoRed, NoGreen, FullBlue,        /* blue color */
  2290.             FONT_HELV,
  2291.             "Identifier:",
  2292.         },
  2293.         "documentIdentifier",
  2294.         {64, 114, 80, 298},
  2295.         readwrite, noboxed,
  2296.         EditText {
  2297.             nounderline, noitalic, nobold,
  2298.             12,
  2299.             NoRed, NoGreen, NoBlue,            /* black color */
  2300.             FONT_HELV,
  2301.         },
  2302.         "",
  2303.         {84, 2, 100, 110},
  2304.         readonly, noboxed,
  2305.         StaticText {
  2306.             nounderline, noitalic, bold,
  2307.             12,
  2308.             NoRed, NoGreen, FullBlue,        /* blue color */
  2309.             FONT_HELV,
  2310.             "Full Title:",
  2311.         },
  2312.         "documentTitle",
  2313.         {84, 114, 100, 298},
  2314.         readwrite, noboxed,
  2315.         EditText {
  2316.             nounderline, noitalic, nobold,
  2317.             12,
  2318.             NoRed, NoGreen, NoBlue,            /* black color */
  2319.             FONT_HELV,
  2320.         },
  2321.         "",
  2322.         {104, 2, 120, 110},
  2323.         readonly, noboxed,
  2324.         StaticText {
  2325.             nounderline, noitalic, bold,
  2326.             12,
  2327.             NoRed, NoGreen, FullBlue,        /* blue color */
  2328.             FONT_HELV,
  2329.             "Author:",
  2330.         },
  2331.         "documentAuthor",
  2332.         {104, 114, 120, 298},
  2333.         readwrite, noboxed,
  2334.         EditText {
  2335.             nounderline, noitalic, nobold,
  2336.             12,
  2337.             NoRed, NoGreen, NoBlue,            /* black color */
  2338.             FONT_HELV,
  2339.         },
  2340.         "",
  2341.         {124, 2, 140, 110},
  2342.         readonly, noboxed,
  2343.         StaticText {
  2344.             nounderline, noitalic, bold,
  2345.             12,
  2346.             NoRed, NoGreen, FullBlue,        /* blue color */
  2347.             FONT_HELV,
  2348.             "Version:",
  2349.         },
  2350.         "documentVersion",
  2351.         {124, 114, 140, 298},
  2352.         readwrite, noboxed,
  2353.         EditText {
  2354.             nounderline, noitalic, nobold,
  2355.             12,
  2356.             NoRed, NoGreen, NoBlue,            /* black color */
  2357.             FONT_HELV,
  2358.         },
  2359.         "",
  2360.         {144, 2, 160, 110},
  2361.         readonly, noboxed,
  2362.         StaticText {
  2363.             nounderline, noitalic, bold,
  2364.             12,
  2365.             NoRed, NoGreen, FullBlue,        /* blue color */
  2366.             FONT_HELV,
  2367.             "Keywords:",
  2368.         },
  2369.         "keywords",
  2370.         {144, 114, 160, 298},
  2371.         readwrite, noboxed,
  2372.         EditText {
  2373.             nounderline, noitalic, nobold,
  2374.             12,
  2375.             NoRed, NoGreen, NoBlue,            /* black color */
  2376.             FONT_HELV,
  2377.         },
  2378.         "documentLocation",
  2379.         {162, 67, 182, 109},
  2380.         readwrite, noboxed,
  2381.         Button {
  2382.             nochangelabel,
  2383.             exec,
  2384.             deactivate,
  2385.             nonextval,
  2386.             noclose,
  2387.             nobool,
  2388.             nodefault,
  2389.             defaultfalse,
  2390.             noadddnvals,
  2391.             nocopyvals,
  2392.             "View",                /* button label */
  2393.             "",    
  2394.             "",
  2395.         },
  2396.         "",
  2397.         {164, 2, 180, 66},
  2398.         readonly, noboxed,
  2399.         StaticText {
  2400.             nounderline, noitalic, bold,
  2401.             12,
  2402.             NoRed, NoGreen, FullBlue,        /* blue color */
  2403.             FONT_HELV,
  2404.             "Location:",
  2405.         },
  2406.         "documentLocation",
  2407.         {164, 114, 180, 298},
  2408.         readwrite, noboxed,
  2409.         EditText {
  2410.             nounderline, noitalic, nobold,
  2411.             12,
  2412.             NoRed, NoGreen, NoBlue,            /* black color */
  2413.             FONT_HELV,
  2414.         },
  2415.         "",
  2416.         {184, 2, 200, 110},
  2417.         readonly, noboxed,
  2418.         StaticText {
  2419.             nounderline, noitalic, bold,
  2420.             12,
  2421.             NoRed, NoGreen, FullBlue,        /* blue color */
  2422.             FONT_HELV,
  2423.             "See Also:",
  2424.         },
  2425.         "seeAlso",
  2426.         {184, 114, 200, 298},
  2427.         readwrite, noboxed,
  2428.         EditText {
  2429.             nounderline, noitalic, nobold,
  2430.             12,
  2431.             NoRed, NoGreen, NoBlue,            /* black color */
  2432.             FONT_HELV,
  2433.         },
  2434.     }
  2435. };
  2436.  
  2437.  
  2438. resource 'octp' (13) {
  2439.     0,                                        /* version number */
  2440.     "X.500 Entry",                            /* template name */
  2441.     {
  2442.     },
  2443.     {                                        /* list of attribute defaults when adding */
  2444.     },
  2445.     "",                                        /* attribute to authenticate as */
  2446.     "",                                        /* default location for add/new */
  2447.     "",                                        /* default RDN attribute for add/new */
  2448.     400,                                    /* horizontal size */
  2449.     298,                                    /* vertical size */
  2450.     notaddable,
  2451.     autosize,
  2452.     multitem,
  2453.     modeless,
  2454.     {
  2455.         "-dn-",
  2456.         {2, 4, 18, 300},
  2457.         readonly, noboxed,
  2458.         EditText {
  2459.             nounderline, noitalic, bold,
  2460.             12,
  2461.             NoRed, NoGreen, NoBlue,            /* black color */
  2462.             FONT_HELV,
  2463.         },
  2464.         "",        /* dividing line */
  2465.         {18, -1, 21, 2000},
  2466.         readonly, boxed,
  2467.         StaticText {
  2468.             nounderline, noitalic, bold,
  2469.             12,
  2470.             NoRed, NoGreen, NoBlue,            /* black color */
  2471.             FONT_HELV,
  2472.             "",
  2473.         },
  2474.         "jpegPhoto",
  2475.         {23, 4, 43, 89},
  2476.         readwrite, noboxed,
  2477.         Button {
  2478.             changelabel,
  2479.             noexec,
  2480.             deactivate,
  2481.             nextval,
  2482.             noclose,
  2483.             nobool,
  2484.             nodefault,
  2485.             defaultfalse,
  2486.             noadddnvals,
  2487.             nocopyvals,
  2488.             "View Photo",                /* button label */
  2489.             "Next Photo",    
  2490.             "JPEG Photo",
  2491.         },
  2492.         "audio",
  2493.         {23, 95, 43, 180},
  2494.         readwrite, noboxed,
  2495.         Button {
  2496.             changelabel,
  2497.             exec,
  2498.             deactivate,
  2499.             nextval,
  2500.             noclose,
  2501.             nobool,
  2502.             nodefault,
  2503.             defaultfalse,
  2504.             noadddnvals,
  2505.             nocopyvals,
  2506.             "Play Sound",                /* button label */
  2507.             "Next Sound",    
  2508.             "",
  2509.         },
  2510.         "photo",
  2511.         {23, 186, 43, 296},
  2512.         readwrite, noboxed,
  2513.         Button {
  2514.             changelabel,
  2515.             noexec,
  2516.             hide,
  2517.             nextval,
  2518.             noclose,
  2519.             nobool,
  2520.             nodefault,
  2521.             defaultfalse,
  2522.             noadddnvals,
  2523.             nocopyvals,
  2524.             "View Fax Photo",                /* button label */
  2525.             "Next Fax Photo",    
  2526.             "Fax Photo",
  2527.         },
  2528.         "",        /* dividing line */
  2529.         {45, -1, 48, 2000},
  2530.         readonly, boxed,
  2531.         StaticText {
  2532.             nounderline, noitalic, bold,
  2533.             12,
  2534.             NoRed, NoGreen, NoBlue,            /* black color */
  2535.             FONT_HELV,
  2536.             "",
  2537.         },
  2538.         "",
  2539.         {51, 4, 67, 123},
  2540.         readonly, noboxed,
  2541.         StaticText {
  2542.             nounderline, noitalic, bold,
  2543.             12,
  2544.             NoRed, NoGreen, FullBlue,        /* blue color */
  2545.             FONT_HELV,
  2546.             "Also Known As:",
  2547.         },
  2548.         "cn",
  2549.         {51, 125, 67, 398},
  2550.         readonly, noboxed,
  2551.         EditText {
  2552.             nounderline, noitalic, nobold,
  2553.             12,
  2554.             NoRed, NoGreen, NoBlue,            /* black color */
  2555.             FONT_HELV,
  2556.         },
  2557.         "",
  2558.         {72, 4, 88, 123},
  2559.         readonly, noboxed,
  2560.         StaticText {
  2561.             nounderline, noitalic, bold,
  2562.             12,
  2563.             NoRed, NoGreen, FullBlue,        /* blue color */
  2564.             FONT_HELV,
  2565.             "E-mail address:",
  2566.         },
  2567.         "mail",
  2568.         {72, 125, 88, 398},
  2569.         readwrite, noboxed,
  2570.         EditText {
  2571.             nounderline, noitalic, nobold,
  2572.             12,
  2573.             NoRed, NoGreen, NoBlue,            /* black color */
  2574.             FONT_HELV,
  2575.         },
  2576.         "",
  2577.         {93, 4, 109, 123},
  2578.         readonly, noboxed,
  2579.         StaticText {
  2580.             nounderline, noitalic, bold,
  2581.             12,
  2582.             NoRed, NoGreen, FullBlue,        /* blue color */
  2583.             FONT_HELV,
  2584.             "Business phone:",
  2585.         },
  2586.         "telephoneNumber",
  2587.         {93, 125, 109, 398},
  2588.         readwrite, noboxed,
  2589.         EditText {
  2590.             nounderline, noitalic, nobold,
  2591.             12,
  2592.             NoRed, NoGreen, NoBlue,            /* black color */
  2593.             FONT_HELV,
  2594.         },
  2595.         "",
  2596.         {114, 4, 130, 123},
  2597.         readonly, noboxed,
  2598.         StaticText {
  2599.             nounderline, noitalic, bold,
  2600.             12,
  2601.             NoRed, NoGreen, FullBlue,        /* blue color */
  2602.             FONT_HELV,
  2603.             "Fax phone:",
  2604.         },
  2605.         "facsimileTelephoneNumber",
  2606.         {114, 125, 130, 398},
  2607.         readwrite, noboxed,
  2608.         EditText {
  2609.             nounderline, noitalic, nobold,
  2610.             12,
  2611.             NoRed, NoGreen, NoBlue,            /* black color */
  2612.             FONT_HELV,
  2613.         },
  2614.         "",
  2615.         {135, 4, 151, 123},
  2616.         readonly, noboxed,
  2617.         StaticText {
  2618.             nounderline, noitalic, bold,
  2619.             12,
  2620.             NoRed, NoGreen, FullBlue,        /* blue color */
  2621.             FONT_HELV,
  2622.             "Business address:",
  2623.         },
  2624.         "postalAddress",
  2625.         {135, 125, 151, 398},
  2626.         readwrite, noboxed,
  2627.         EditText {
  2628.             nounderline, noitalic, nobold,
  2629.             12,
  2630.             NoRed, NoGreen, NoBlue,            /* black color */
  2631.             FONT_HELV,
  2632.         },
  2633.         "",
  2634.         {156, 4, 172, 123},
  2635.         readonly, noboxed,
  2636.         StaticText {
  2637.             nounderline, noitalic, bold,
  2638.             12,
  2639.             NoRed, NoGreen, FullBlue,        /* blue color */
  2640.             FONT_HELV,
  2641.             "Title:",
  2642.         },
  2643.         "title",
  2644.         {156, 125, 172, 398},
  2645.         readwrite, noboxed,
  2646.         EditText {
  2647.             nounderline, noitalic, nobold,
  2648.             12,
  2649.             NoRed, NoGreen, NoBlue,            /* black color */
  2650.             FONT_HELV,
  2651.         },
  2652.         "",
  2653.         {177, 4, 193, 123},
  2654.         readonly, noboxed,
  2655.         StaticText {
  2656.             nounderline, noitalic, bold,
  2657.             12,
  2658.             NoRed, NoGreen, FullBlue,        /* blue color */
  2659.             FONT_HELV,
  2660.             "User ID:",
  2661.         },
  2662.         "uid",
  2663.         {177, 125, 193, 398},
  2664.         readonly, noboxed,
  2665.         EditText {
  2666.             nounderline, noitalic, nobold,
  2667.             12,
  2668.             NoRed, NoGreen, NoBlue,            /* black color */
  2669.             FONT_HELV,
  2670.         },
  2671.         "",
  2672.         {198, 4, 214, 123},
  2673.         readonly, noboxed,
  2674.         StaticText {
  2675.             nounderline, noitalic, bold,
  2676.             12,
  2677.             NoRed, NoGreen, FullBlue,        /* blue color */
  2678.             FONT_HELV,
  2679.             "Description:",
  2680.         },
  2681.         "description",
  2682.         {198, 125, 214, 398},
  2683.         readwrite, noboxed,
  2684.         EditText {
  2685.             nounderline, noitalic, nobold,
  2686.             12,
  2687.             NoRed, NoGreen, NoBlue,            /* black color */
  2688.             FONT_HELV,
  2689.         },
  2690.         "",
  2691.         {219, 4, 235, 123},
  2692.         readonly, noboxed,
  2693.         StaticText {
  2694.             nounderline, noitalic, bold,
  2695.             12,
  2696.             NoRed, NoGreen, FullBlue,        /* blue color */
  2697.             FONT_HELV,
  2698.             "Home phone:",
  2699.         },
  2700.         "homePhone",
  2701.         {219, 125, 235, 398},
  2702.         readwrite, noboxed,
  2703.         EditText {
  2704.             nounderline, noitalic, nobold,
  2705.             12,
  2706.             NoRed, NoGreen, NoBlue,            /* black color */
  2707.             FONT_HELV,
  2708.         },
  2709.         "",
  2710.         {240, 4, 256, 123},
  2711.         readonly, noboxed,
  2712.         StaticText {
  2713.             nounderline, noitalic, bold,
  2714.             12,
  2715.             NoRed, NoGreen, FullBlue,        /* blue color */
  2716.             FONT_HELV,
  2717.             "Home address:",
  2718.         },
  2719.         "homePostalAddress",
  2720.         {240, 125, 256, 398},
  2721.         readwrite, noboxed,
  2722.         EditText {
  2723.             nounderline, noitalic, nobold,
  2724.             12,
  2725.             NoRed, NoGreen, NoBlue,            /* black color */
  2726.             FONT_HELV,
  2727.         },
  2728.         "",
  2729.         {260, 4, 276, 123},
  2730.         readonly, noboxed,
  2731.         StaticText {
  2732.             nounderline, noitalic, bold,
  2733.             12,
  2734.             NoRed, NoGreen, FullBlue,        /* blue color */
  2735.             FONT_HELV,
  2736.             "See Also:",
  2737.         },
  2738.         "seeAlso",
  2739.         {260, 125, 276, 398},
  2740.         readwrite, noboxed,
  2741.         EditText {
  2742.             nounderline, noitalic, nobold,
  2743.             12,
  2744.             NoRed, NoGreen, NoBlue,            /* black color */
  2745.             FONT_HELV,
  2746.         },
  2747.         "",
  2748.         {280, 4, 296, 123},
  2749.         readonly, noboxed,
  2750.         StaticText {
  2751.             nounderline, noitalic, bold,
  2752.             12,
  2753.             NoRed, NoGreen, FullBlue,        /* blue color */
  2754.             FONT_HELV,
  2755.             "Favorite Drink:",
  2756.         },
  2757.         "drink",
  2758.         {280, 125, 296, 398},
  2759.         readwrite, noboxed,
  2760.         EditText {
  2761.             nounderline, noitalic, nobold,
  2762.             12,
  2763.             NoRed, NoGreen, NoBlue,            /* black color */
  2764.             FONT_HELV,
  2765.         },
  2766.     }
  2767. };
  2768.  
  2769.  
  2770.  
  2771. /*
  2772.  * old or unused template definitions
  2773.  */
  2774. #ifdef notdef
  2775. resource 'octp' (12) {
  2776.     0,                                        /* version number */
  2777.     "Hotel Guide",                            /* template name */
  2778.     {
  2779.         "conferenceHotelGuide",                /* associated object classes */
  2780.     },
  2781.     402,                                    /* horizontal size */
  2782.     60,                                    /* vertical size */
  2783.     autosize,
  2784.     multitem,
  2785.     modeless,
  2786.     {
  2787.         "",
  2788.         {2, 2, 18, 90},
  2789.         readonly, noboxed,
  2790.         StaticText {
  2791.             nounderline, noitalic, bold,
  2792.             12,
  2793.             NoRed, NoGreen, FullBlue,        /* blue color */
  2794.             1,
  2795.             "Hotel Name:",
  2796.         },
  2797.         "hotelName",
  2798.         {2, 94, 18, 400},
  2799.         readwrite, noboxed,
  2800.         EditText {
  2801.             nounderline, noitalic, nobold,
  2802.             12,
  2803.             NoRed, NoGreen, NoBlue,            /* black color */
  2804.             1,
  2805.         },
  2806.         "",
  2807.         {22, 2, 38, 90},
  2808.         readonly, noboxed,
  2809.         StaticText {
  2810.             nounderline, noitalic, bold,
  2811.             12,
  2812.             NoRed, NoGreen, FullBlue,        /* blue color */
  2813.             1,
  2814.             "Hotel Rate:",
  2815.         },
  2816.         "hotelRate",
  2817.         {22, 94, 38, 400},
  2818.         readwrite, noboxed,
  2819.         EditText {
  2820.             nounderline, noitalic, nobold,
  2821.             12,
  2822.             NoRed, NoGreen, NoBlue,            /* black color */
  2823.             1,
  2824.         },
  2825.         "",
  2826.         {42, 2, 58, 90},
  2827.         readonly, noboxed,
  2828.         StaticText {
  2829.             nounderline, noitalic, bold,
  2830.             12,
  2831.             NoRed, NoGreen, FullBlue,        /* blue color */
  2832.             1,
  2833.             "Description:",
  2834.         },
  2835.         "description",
  2836.         {42, 94, 58, 418},
  2837.         readwrite, noboxed,
  2838.         EditText {
  2839.             nounderline, noitalic, nobold,
  2840.             12,
  2841.             NoRed, NoGreen, NoBlue,            /* black color */
  2842.             1,
  2843.         },
  2844.     }
  2845. };
  2846.  
  2847.  
  2848. resource 'octp' (13) {
  2849.     0,                                        /* version number */
  2850.     "Session",                                /* template name */
  2851.     {
  2852.         "conferenceSessionGuide",            /* associated object classes */
  2853.     },
  2854.     402,                                    /* horizontal size */
  2855.     82,                                    /* vertical size */
  2856.     autosize,
  2857.     multitem,
  2858.     modeless,
  2859.     {
  2860.         "",
  2861.         {2, 2, 18, 90},
  2862.         readonly, noboxed,
  2863.         StaticText {
  2864.             nounderline, noitalic, bold,
  2865.             12,
  2866.             NoRed, NoGreen, FullBlue,        /* blue color */
  2867.             1,
  2868.             "Title:",
  2869.         },
  2870.         "sessionTitle",
  2871.         {2, 94, 18, 400},
  2872.         readwrite, noboxed,
  2873.         EditText {
  2874.             nounderline, noitalic, nobold,
  2875.             12,
  2876.             NoRed, NoGreen, NoBlue,            /* black color */
  2877.             1,
  2878.         },
  2879.         "",
  2880.         {22, 2, 38, 90},
  2881.         readonly, noboxed,
  2882.         StaticText {
  2883.             nounderline, noitalic, bold,
  2884.             12,
  2885.             NoRed, NoGreen, FullBlue,        /* blue color */
  2886.             1,
  2887.             "Date:",
  2888.         },
  2889.         "sessionDate",
  2890.         {22, 94, 38, 400},
  2891.         readwrite, noboxed,
  2892.         EditText {
  2893.             nounderline, noitalic, nobold,
  2894.             12,
  2895.             NoRed, NoGreen, NoBlue,            /* black color */
  2896.             1,
  2897.         },
  2898.         "",
  2899.         {42, 2, 58, 90},
  2900.         readonly, noboxed,
  2901.         StaticText {
  2902.             nounderline, noitalic, bold,
  2903.             12,
  2904.             NoRed, NoGreen, FullBlue,        /* blue color */
  2905.             1,
  2906.             "Location:",
  2907.         },
  2908.         "sessionPlace",
  2909.         {42, 94, 58, 418},
  2910.         readwrite, noboxed,
  2911.         EditText {
  2912.             nounderline, noitalic, nobold,
  2913.             12,
  2914.             NoRed, NoGreen, NoBlue,            /* black color */
  2915.             1,
  2916.         },
  2917.         "",
  2918.         {62, 2, 78, 90},
  2919.         readonly, noboxed,
  2920.         StaticText {
  2921.             nounderline, noitalic, bold,
  2922.             12,
  2923.             NoRed, NoGreen, FullBlue,        /* blue color */
  2924.             1,
  2925.             "Speaker:",
  2926.         },
  2927.         "speaker",
  2928.         {62, 94, 78, 418},
  2929.         readwrite, noboxed,
  2930.         EditText {
  2931.             nounderline, noitalic, nobold,
  2932.             12,
  2933.             NoRed, NoGreen, NoBlue,            /* black color */
  2934.             1,
  2935.         },
  2936.     }
  2937. };
  2938.  
  2939.  
  2940. resource 'octp' (14) {
  2941.     0,                                        /* version number */
  2942.     "Conference Person",                    /* template name */
  2943.     {
  2944.         "conferencePersonGuide",            /* associated object classes */
  2945.     },
  2946.     402,                                    /* horizontal size */
  2947.     40,                                    /* vertical size */
  2948.     autosize,
  2949.     multitem,
  2950.     modeless,
  2951.     {
  2952.         "",
  2953.         {2, 2, 18, 90},
  2954.         readonly, noboxed,
  2955.         StaticText {
  2956.             nounderline, noitalic, bold,
  2957.             12,
  2958.             NoRed, NoGreen, FullBlue,        /* blue color */
  2959.             1,
  2960.             "Name:",
  2961.         },
  2962.         "authorCN",
  2963.         {2, 94, 18, 400},
  2964.         readwrite, noboxed,
  2965.         EditText {
  2966.             nounderline, noitalic, nobold,
  2967.             12,
  2968.             NoRed, NoGreen, NoBlue,            /* black color */
  2969.             1,
  2970.         },
  2971.         "",
  2972.         {22, 2, 38, 90},
  2973.         readonly, noboxed,
  2974.         StaticText {
  2975.             nounderline, noitalic, bold,
  2976.             12,
  2977.             NoRed, NoGreen, FullBlue,        /* blue color */
  2978.             1,
  2979.             "Organization:",
  2980.         },
  2981.         "authorO",
  2982.         {22, 94, 38, 400},
  2983.         readwrite, noboxed,
  2984.         EditText {
  2985.             nounderline, noitalic, nobold,
  2986.             12,
  2987.             NoRed, NoGreen, NoBlue,            /* black color */
  2988.             1,
  2989.         },
  2990.     }
  2991. };
  2992.  
  2993.  
  2994. resource 'octp' (1) {
  2995.     0,                                        /* version number */
  2996.     "UM Person",                            /* template name */
  2997.     {
  2998.         "umichPerson",                        /* associated object classes */
  2999.     },
  3000.     492,                                    /* horizontal size */
  3001.     295,                                    /* vertical size */
  3002. /*    505,                                    /* with photo vertical size */
  3003.     fixedsize,
  3004.     multitem,
  3005.     modeless,
  3006.     {
  3007.         "",
  3008.         {5, 3, 19, 31},
  3009.         readonly, noboxed,
  3010.         StaticText {
  3011.             nounderline, noitalic, nobold,
  3012.             12,
  3013.             NoRed, NoGreen, FullBlue,        /* blue color */
  3014.             1,
  3015.             "Title",
  3016.         },
  3017.         "title",
  3018.         {5, 52, 19, 490},
  3019.         readwrite, boxed,
  3020.         EditText {
  3021.             nounderline, noitalic, nobold,
  3022.             12,
  3023.             NoRed, NoGreen, NoBlue,            /* black color */
  3024.             1,
  3025.         },
  3026.         "",
  3027.         {29, 3, 43, 55},
  3028.         readonly, noboxed,
  3029.         StaticText {
  3030.             nounderline, noitalic, nobold,
  3031.             12,
  3032.             NoRed, NoGreen, FullBlue,        /* blue color */
  3033.             1,
  3034.             "Common",
  3035.         },
  3036.         "",
  3037.         {43, 14, 57, 55},
  3038.         readonly, noboxed,
  3039.         StaticText {
  3040.             nounderline, noitalic, nobold,
  3041.             12,
  3042.             NoRed, NoGreen, FullBlue,        /* blue color */
  3043.             1,
  3044.             "Names",
  3045.         },
  3046.         "cn",
  3047.         {29, 60, 85, 268},
  3048.         readwrite, boxed,
  3049.         EditText {
  3050.             nounderline, noitalic, nobold,
  3051.             12,
  3052.             NoRed, NoGreen, NoBlue,            /* black color */
  3053.             1,
  3054.         },
  3055.         "",
  3056.         {29, 277, 43, 338},
  3057.         readonly, noboxed,
  3058.         StaticText {
  3059.             nounderline, noitalic, nobold,
  3060.             12,
  3061.             NoRed, NoGreen, FullBlue,        /* blue color */
  3062.             1,
  3063.             "Fax Phone",
  3064.         },
  3065.         "facsimileTelephoneNumber",
  3066.         {28, 343, 42, 490},
  3067.         readwrite, boxed,
  3068.         EditText {
  3069.             nounderline, noitalic, nobold,
  3070.             12,
  3071.             NoRed, NoGreen, NoBlue,            /* black color */
  3072.             1,
  3073.         },
  3074.         "",
  3075.         {51, 285, 65, 338},
  3076.         readonly, noboxed,
  3077.         StaticText {
  3078.             nounderline, noitalic, nobold,
  3079.             12,
  3080.             NoRed, NoGreen, FullBlue,        /* blue color */
  3081.             1,
  3082.             "Business",
  3083.         },
  3084.         "",
  3085.         {64, 299, 78, 339},
  3086.         readonly, noboxed,
  3087.         StaticText {
  3088.             nounderline, noitalic, nobold,
  3089.             12,
  3090.             NoRed, NoGreen, FullBlue,        /* blue color */
  3091.             1,
  3092.             "Phone",
  3093.         },
  3094.         "telephoneNumber",
  3095.         {51, 343, 79, 490},
  3096.         readwrite, boxed,
  3097.         EditText {
  3098.             nounderline, noitalic, nobold,
  3099.             12,
  3100.             NoRed, NoGreen, NoBlue,            /* black color */
  3101.             1,
  3102.         },
  3103.         "",
  3104.         {96, 3, 110, 79},
  3105.         readonly, noboxed,
  3106.         StaticText {
  3107.             nounderline, noitalic, nobold,
  3108.             12,
  3109.             NoRed, NoGreen, FullBlue,        /* blue color */
  3110.             1,
  3111.             "Home Phone",
  3112.         },
  3113.         "homePhone",
  3114.         {96, 82, 110, 240},
  3115.         readwrite, boxed,
  3116.         EditText {
  3117.             nounderline, noitalic, nobold,
  3118.             12,
  3119.             NoRed, NoGreen, NoBlue,            /* black color */
  3120.             1,
  3121.         },
  3122.         "",
  3123.         {116, 3, 129, 88},
  3124.         readonly, noboxed,
  3125.         StaticText {
  3126.             nounderline, noitalic, nobold,
  3127.             12,
  3128.             NoRed, NoGreen, FullBlue,        /* blue color */
  3129.             1,
  3130.             "Home Address",
  3131.         },
  3132.         "homePostalAddress",
  3133.         {131, 6, 206, 240},
  3134.         readwrite, boxed,
  3135.         EditText {
  3136.             nounderline, noitalic, nobold,
  3137.             12,
  3138.             NoRed, NoGreen, NoBlue,            /* black color */
  3139.             1,
  3140.         },
  3141.         "",
  3142.         {87, 277, 101, 378},
  3143.         readonly, noboxed,
  3144.         StaticText {
  3145.             nounderline, noitalic, nobold,
  3146.             12,
  3147.             NoRed, NoGreen, FullBlue,        /* blue color */
  3148.             1,
  3149.             "Business Address",
  3150.         },
  3151.         "postalAddress",
  3152.         {103, 256, 206, 490},
  3153.         readwrite, boxed,
  3154.         EditText {
  3155.             nounderline, noitalic, nobold,
  3156.             12,
  3157.             NoRed, NoGreen, NoBlue,            /* black color */
  3158.             1,
  3159.         },
  3160.         "",
  3161.         {217, 5, 231, 40},
  3162.         readonly, noboxed,
  3163.         StaticText {
  3164.             nounderline, noitalic, nobold,
  3165.             12,
  3166.             NoRed, NoGreen, FullBlue,        /* blue color */
  3167.             1,
  3168.             "Email",
  3169.         },
  3170.         "mail",
  3171.         {217, 43, 231, 343},
  3172.         readwrite, boxed,
  3173.         EditText {
  3174.             nounderline, noitalic, nobold,
  3175.             12,
  3176.             NoRed, NoGreen, NoBlue,            /* black color */
  3177.             1,
  3178.         },
  3179.         "",
  3180.         {218, 350, 231, 409},
  3181.         readonly, noboxed,
  3182.         StaticText {
  3183.             nounderline, noitalic, nobold,
  3184.             12,
  3185.             NoRed, NoGreen, FullBlue,        /* blue color */
  3186.             1,
  3187.             "Uniqname",
  3188.         },
  3189.         "uid",
  3190.         {217, 413, 231, 490},
  3191.         readwrite, boxed,
  3192.         EditText {
  3193.             nounderline, noitalic, nobold,
  3194.             12,
  3195.             NoRed, NoGreen, NoBlue,            /* black color */
  3196.             1,
  3197.         },
  3198.         "",
  3199.         {239, 4, 253, 69},
  3200.         readonly, noboxed,
  3201.         StaticText {
  3202.             nounderline, noitalic, nobold,
  3203.             12,
  3204.             NoRed, NoGreen, FullBlue,        /* blue color */
  3205.             1,
  3206.             "Description",
  3207.         },
  3208.         "multiLineDescription",
  3209.         {240, 72, 268, 488},
  3210.         readwrite, boxed,
  3211.         EditText {
  3212.             nounderline, noitalic, nobold,
  3213.             12,
  3214.             NoRed, NoGreen, NoBlue,            /* black color */
  3215.             1,
  3216.         },
  3217.         "",
  3218.         {217, 5, 231, 40},
  3219.         readonly, noboxed,
  3220.         StaticText {
  3221.             nounderline, noitalic, nobold,
  3222.             12,
  3223.             NoRed, NoGreen, FullBlue,        /* blue color */
  3224.             1,
  3225.             "Email",
  3226.         },
  3227. /*
  3228. "noBatchUpdates",
  3229.         {278, 4, 294, 120},
  3230.         readwrite, noboxed,
  3231.         CheckBox {
  3232.             hide,
  3233.             nodefault,
  3234.             defaulttrue,
  3235.             "No Updates",
  3236.         },
  3237. */
  3238.         "noBatchUpdates",
  3239.         {275, 4, 295, 94},
  3240.         readwrite, noboxed,
  3241.         Button {
  3242.             nochangelabel,
  3243.             noexec,
  3244.             deactivate,
  3245.             nonextval,
  3246.             noclose,
  3247.             bool,                    /* boolean changing text button */
  3248.             default,
  3249.             defaultfalse,
  3250.             noadddnvals,
  3251.             nocopyvals,
  3252.             "No Updates",            /* button label to show if value is true */
  3253.             "Updates",                /* button label to show if value is false */
  3254.             "UM Person Updates",    /* template to link to */
  3255.         },
  3256.         "jpegPhoto",
  3257.         {275, 100, 295, 190},
  3258.         readwrite, noboxed,
  3259.         Button {
  3260.             changelabel,
  3261.             noexec,
  3262.             deactivate,
  3263.             nextval,
  3264.             noclose,
  3265.             nobool,
  3266.             nodefault,
  3267.             defaultfalse,
  3268.             noadddnvals,
  3269.             nocopyvals,
  3270.             "View Photo",                /* button label */
  3271.             "Next Photo",    
  3272.             "JPEG Photo",
  3273.         },
  3274.         "photo",
  3275.         {275, 200, 295, 310},
  3276.         readwrite, noboxed,
  3277.         Button {
  3278.             changelabel,
  3279.             noexec,
  3280.             hide,
  3281.             nextval,
  3282.             noclose,
  3283.             nobool,
  3284.             nodefault,
  3285.             defaultfalse,
  3286.             noadddnvals,
  3287.             nocopyvals,
  3288.             "View Fax Photo",                /* button label */
  3289.             "Next Fax Photo",    
  3290.             "Fax Photo",
  3291.         },
  3292.         "audio",
  3293.         {275, 320, 295, 410},
  3294.         readwrite, noboxed,
  3295.         Button {
  3296.             changelabel,
  3297.             exec,
  3298.             deactivate,
  3299.             nextval,
  3300.             noclose,
  3301.             nobool,
  3302.             nodefault,
  3303.             defaultfalse,
  3304.             noadddnvals,
  3305.             nocopyvals,
  3306.             "Play Sound",                /* button label */
  3307.             "Next Sound",    
  3308.             "",
  3309.         },
  3310. /*
  3311.         "photo",
  3312.         {300, 5, 500, 205},
  3313.         readonly, boxed,
  3314.         Image {
  3315.         },
  3316. */
  3317.     }
  3318. };
  3319.  
  3320.  
  3321. resource 'octp' (2) {
  3322.     0,                                        /* version number */
  3323.     "Person",                                /* template name */
  3324.     {
  3325. /*
  3326.         "umichPerson",
  3327. */
  3328.         "person",                            /* associated object classes */
  3329.     },
  3330.     505,                                    /* horizontal size */
  3331.     325,                                    /* vertical size */
  3332.     autosize,
  3333.     multitem,
  3334.     modeless,
  3335.     {
  3336.         "-dn-",
  3337.         {2, 4, 18, 500},
  3338.         readonly, noboxed,
  3339.         EditText {
  3340.             nounderline, italic, bold,
  3341.             12,
  3342.             NoRed, NoGreen, NoBlue,            /* black color */
  3343.             1,
  3344.         },
  3345.         "",        /* dividing line */
  3346.         {18, -1, 21, 2000},
  3347.         readonly, boxed,
  3348.         StaticText {
  3349.             nounderline, noitalic, bold,
  3350.             12,
  3351.             NoRed, NoGreen, NoBlue,            /* black color */
  3352.             1,
  3353.             "",
  3354.         },
  3355.         "photo",
  3356.         {23, 108, 43, 218},
  3357.         readwrite, noboxed,
  3358.         Button {
  3359.             changelabel,
  3360.             noexec,
  3361.             hide,
  3362.             nextval,
  3363.             noclose,
  3364.             nobool,
  3365.             nodefault,
  3366.             defaultfalse,
  3367.             noadddnvals,
  3368.             nocopyvals,
  3369.             "View Fax Photo",                /* button label */
  3370.             "Next Fax Photo",    
  3371.             "Fax Photo",
  3372.         },
  3373.         "audio",
  3374.         {23, 223, 43, 313},
  3375.         readwrite, noboxed,
  3376.         Button {
  3377.             changelabel,
  3378.             exec,
  3379.             deactivate,
  3380.             nextval,
  3381.             noclose,
  3382.             nobool,
  3383.             nodefault,
  3384.             defaultfalse,
  3385.             noadddnvals,
  3386.             nocopyvals,
  3387.             "Play Sound",                /* button label */
  3388.             "Next Sound",    
  3389.             "",
  3390.         },
  3391.         "",
  3392.         {23, 413, 43, 503},
  3393.         readwrite, noboxed,
  3394.         Button {
  3395.             nochangelabel,
  3396.             noexec,
  3397.             deactivate,
  3398.             nonextval,
  3399.             noclose,
  3400.             nobool,
  3401.             nodefault,
  3402.             defaultfalse,
  3403.             noadddnvals,
  3404.             nocopyvals,
  3405.             "Home Info",                /* button label */
  3406.             "",    
  3407.             "Home Information",
  3408.         },
  3409.         "jpegPhoto",
  3410.         {23, 318, 43, 408},
  3411.         readwrite, noboxed,
  3412.         Button {
  3413.             changelabel,
  3414.             noexec,
  3415.             deactivate,
  3416.             nextval,
  3417.             noclose,
  3418.             nobool,
  3419.             nodefault,
  3420.             defaultfalse,
  3421.             noadddnvals,
  3422.             nocopyvals,
  3423.             "View Photo",                /* button label */
  3424.             "Next Photo",    
  3425.             "JPEG Photo",
  3426.         },
  3427.         "",        /* dividing line */
  3428.         {45, -1, 48, 2000},
  3429.         readonly, boxed,
  3430.         StaticText {
  3431.             nounderline, noitalic, bold,
  3432.             12,
  3433.             NoRed, NoGreen, NoBlue,            /* black color */
  3434.             1,
  3435.             "",
  3436.         },
  3437.         "",
  3438.         {51, 4, 67, 123},
  3439.         readonly, noboxed,
  3440.         StaticText {
  3441.             nounderline, noitalic, bold,
  3442.             12,
  3443.             NoRed, NoGreen, FullBlue,        /* blue color */
  3444.             1,
  3445.             "Also Known As:",
  3446.         },
  3447.         "cn",
  3448.         {51, 125, 99, 500},
  3449.         readwrite, noboxed,
  3450.         EditText {
  3451.             nounderline, noitalic, nobold,
  3452.             12,
  3453.             NoRed, NoGreen, NoBlue,            /* black color */
  3454.             1,
  3455.         },
  3456.         "",
  3457.         {109, 4, 125, 123},
  3458.         readonly, noboxed,
  3459.         StaticText {
  3460.             nounderline, noitalic, bold,
  3461.             12,
  3462.             NoRed, NoGreen, FullBlue,        /* blue color */
  3463.             1,
  3464.             "E-mail address:",
  3465.         },
  3466.         "mail",
  3467.         {109, 125, 125, 500},
  3468.         readwrite, noboxed,
  3469.         EditText {
  3470.             nounderline, noitalic, nobold,
  3471.             12,
  3472.             NoRed, NoGreen, NoBlue,            /* black color */
  3473.             1,
  3474.         },
  3475.         "",
  3476.         {130, 4, 146, 123},
  3477.         readonly, noboxed,
  3478.         StaticText {
  3479.             nounderline, noitalic, bold,
  3480.             12,
  3481.             NoRed, NoGreen, FullBlue,        /* blue color */
  3482.             1,
  3483.             "Business phone:",
  3484.         },
  3485.         "telephoneNumber",
  3486.         {130, 125, 162, 500},
  3487.         readwrite, noboxed,
  3488.         EditText {
  3489.             nounderline, noitalic, nobold,
  3490.             12,
  3491.             NoRed, NoGreen, NoBlue,            /* black color */
  3492.             1,
  3493.         },
  3494.         "",
  3495.         {167, 4, 183, 123},
  3496.         readonly, noboxed,
  3497.         StaticText {
  3498.             nounderline, noitalic, bold,
  3499.             12,
  3500.             NoRed, NoGreen, FullBlue,        /* blue color */
  3501.             1,
  3502.             "Fax phone:",
  3503.         },
  3504.         "facsimileTelephoneNumber",
  3505.         {167, 125, 183, 500},
  3506.         readwrite, noboxed,
  3507.         EditText {
  3508.             nounderline, noitalic, nobold,
  3509.             12,
  3510.             NoRed, NoGreen, NoBlue,            /* black color */
  3511.             1,
  3512.         },
  3513.         "",
  3514.         {188, 4, 204, 123},
  3515.         readonly, noboxed,
  3516.         StaticText {
  3517.             nounderline, noitalic, bold,
  3518.             12,
  3519.             NoRed, NoGreen, FullBlue,        /* blue color */
  3520.             1,
  3521.             "Business address:",
  3522.         },
  3523.         "postalAddress",
  3524.         {188, 125, 243, 500},
  3525.         readwrite, noboxed,
  3526.         EditText {
  3527.             nounderline, noitalic, nobold,
  3528.             12,
  3529.             NoRed, NoGreen, NoBlue,            /* black color */
  3530.             1,
  3531.         },
  3532.         "",
  3533.         {248, 4, 264, 123},
  3534.         readonly, noboxed,
  3535.         StaticText {
  3536.             nounderline, noitalic, bold,
  3537.             12,
  3538.             NoRed, NoGreen, FullBlue,        /* blue color */
  3539.             1,
  3540.             "Title:",
  3541.         },
  3542.         "title",
  3543.         {248, 125, 264, 500},
  3544.         readwrite, noboxed,
  3545.         EditText {
  3546.             nounderline, noitalic, nobold,
  3547.             12,
  3548.             NoRed, NoGreen, NoBlue,            /* black color */
  3549.             1,
  3550.         },
  3551.         "",
  3552.         {269, 4, 285, 123},
  3553.         readonly, noboxed,
  3554.         StaticText {
  3555.             nounderline, noitalic, bold,
  3556.             12,
  3557.             NoRed, NoGreen, FullBlue,        /* blue color */
  3558.             1,
  3559.             "Userid:",
  3560.         },
  3561.         "uid",
  3562.         {269, 125, 285, 500},
  3563.         readwrite, noboxed,
  3564.         EditText {
  3565.             nounderline, noitalic, nobold,
  3566.             12,
  3567.             NoRed, NoGreen, NoBlue,            /* black color */
  3568.             1,
  3569.         },
  3570.         "",
  3571.         {290, 4, 306, 123},
  3572.         readonly, noboxed,
  3573.         StaticText {
  3574.             nounderline, noitalic, bold,
  3575.             12,
  3576.             NoRed, NoGreen, FullBlue,        /* blue color */
  3577.             1,
  3578.             "Description:",
  3579.         },
  3580.         "description",
  3581.         {290, 125, 322, 500},
  3582.         readwrite, noboxed,
  3583.         EditText {
  3584.             nounderline, noitalic, nobold,
  3585.             12,
  3586.             NoRed, NoGreen, NoBlue,            /* black color */
  3587.             1,
  3588.         },
  3589.     }
  3590. };
  3591.  
  3592. resource 'octp' (3) {
  3593.     0,                                        /* version number */
  3594.     "Home Information",                     /* template name */
  3595.     {
  3596.         "person",                            /* associated object classes */
  3597.     },
  3598.     505,                                    /* horizontal size */
  3599.     200,                                    /* vertical size */
  3600.     autosize,
  3601.     multitem,
  3602.     modeless,
  3603.     {
  3604.         "",
  3605.         {3, 4, 19, 123},
  3606.         readonly, noboxed,
  3607.         StaticText {
  3608.             nounderline, noitalic, bold,
  3609.             12,
  3610.             NoRed, NoGreen, FullBlue,        /* blue color */
  3611.             1,
  3612.             "Home phone:",
  3613.         },
  3614.         "homePhone",
  3615.         {3, 125, 35, 410},
  3616.         readwrite, noboxed,
  3617.         EditText {
  3618.             nounderline, noitalic, nobold,
  3619.             12,
  3620.             NoRed, NoGreen, NoBlue,            /* black color */
  3621.             1,
  3622.         },
  3623.         "",
  3624.         {3, 413, 23, 503},
  3625.         readwrite, noboxed,
  3626.         Button {
  3627.             nochangelabel,
  3628.             noexec,
  3629.             deactivate,
  3630.             nonextval,
  3631.             noclose,
  3632.             nobool,
  3633.             nodefault,
  3634.             defaultfalse,
  3635.             noadddnvals,
  3636.             nocopyvals,
  3637.             "General Info",                /* button label */
  3638.             "",    
  3639.             "Person",
  3640.         },
  3641.         "",
  3642.         {40, 4, 56, 123},
  3643.         readonly, noboxed,
  3644.         StaticText {
  3645.             nounderline, noitalic, bold,
  3646.             12,
  3647.             NoRed, NoGreen, FullBlue,        /* blue color */
  3648.             1,
  3649.             "Home address:",
  3650.         },
  3651.         "homePostalAddress",
  3652.         {40, 125, 98, 500},
  3653.         readwrite, noboxed,
  3654.         EditText {
  3655.             nounderline, noitalic, nobold,
  3656.             12,
  3657.             NoRed, NoGreen, NoBlue,            /* black color */
  3658.             1,
  3659.         },
  3660.     }
  3661. };
  3662.  
  3663.  
  3664. resource 'octp' (5) {
  3665.     0,                                        /* version number */
  3666.     "Computer Conference",                    /* template name */
  3667.     {
  3668.         "computerConference",                /* associated object classes */
  3669.     },
  3670.     {                                        /* list of attribute defaults when adding */
  3671.     },
  3672.     "",                                        /* attribute to authenticate as */
  3673.     "",                                        /* default location for add/new */
  3674.     "",                                        /* default RDN attribute for add/new */
  3675.     300,                                    /* horizontal size */
  3676.     158,                                    /* vertical size */
  3677.     notaddable,
  3678.     autosize,
  3679.     multitem,
  3680.     modeless,
  3681.     {
  3682.         "-dn-",
  3683.         {2, 2, 18, 300},
  3684.         readonly, noboxed,
  3685.         EditText {
  3686.             nounderline, noitalic, bold,
  3687.             12,
  3688.             NoRed, NoGreen, NoBlue,            /* black color */
  3689.             FONT_HELV,
  3690.         },
  3691.         "",        /* dividing line */
  3692.         {18, -1, 21, 2000},
  3693.         readonly, boxed,
  3694.         StaticText {
  3695.             nounderline, noitalic, bold,
  3696.             12,
  3697.             NoRed, NoGreen, NoBlue,            /* black color */
  3698.             FONT_HELV,
  3699.             "",
  3700.         },
  3701.         "",
  3702.         {24, 2, 40, 110},
  3703.         readonly, noboxed,
  3704.         StaticText {
  3705.             nounderline, noitalic, bold,
  3706.             12,
  3707.             NoRed, NoGreen, FullBlue,        /* blue color */
  3708.             FONT_HELV,
  3709.             "Name:"
  3710.         },
  3711.         "cn",
  3712.         {24, 114, 40, 298},
  3713.         readonly, noboxed,
  3714.         EditText {
  3715.             nounderline, noitalic, nobold,
  3716.             12,
  3717.             NoRed, NoGreen, NoBlue,            /* black color */
  3718.             FONT_HELV,
  3719.         },
  3720.         "",
  3721.         {44, 2, 60, 110},
  3722.         readonly, noboxed,
  3723.         StaticText {
  3724.             nounderline, noitalic, bold,
  3725.             12,
  3726.             NoRed, NoGreen, FullBlue,        /* blue color */
  3727.             FONT_HELV,
  3728.             "Description:"
  3729.         },
  3730.         "multiLineDescription",
  3731.         {44, 114, 60, 298},
  3732.         readwrite, noboxed,
  3733.         EditText {
  3734.             nounderline, noitalic, nobold,
  3735.             12,
  3736.             NoRed, NoGreen, NoBlue,            /* black color */
  3737.             FONT_HELV,
  3738.         },
  3739.         "",
  3740.         {64, 2, 80, 110},
  3741.         readonly, noboxed,
  3742.         StaticText {
  3743.             nounderline, noitalic, bold,
  3744.             12,
  3745.             NoRed, NoGreen, FullBlue,        /* blue color */
  3746.             FONT_HELV,
  3747.             "Date created:"
  3748.         },
  3749.         "creationTime",
  3750.         {64, 114, 80, 298},
  3751.         readwrite, noboxed,
  3752.         EditText {
  3753.             nounderline, noitalic, nobold,
  3754.             12,
  3755.             NoRed, NoGreen, NoBlue,            /* black color */
  3756.             FONT_HELV,
  3757.         },
  3758.         "",
  3759.         {84, 2, 100, 298},
  3760.         readonly, noboxed,
  3761.         StaticText {
  3762.             nounderline, noitalic, bold,
  3763.             12,
  3764.             NoRed, NoGreen, FullBlue,        /* blue color */
  3765.             FONT_HELV,
  3766.             "Owner:"
  3767.         },
  3768.         "owner",
  3769.         {84, 114, 100, 298},
  3770.         readwrite, noboxed,
  3771.         EditText {
  3772.             nounderline, noitalic, nobold,
  3773.             12,
  3774.             NoRed, NoGreen, NoBlue,            /* black color */
  3775.             FONT_HELV,
  3776.         },
  3777.         "",
  3778.         {104, 2, 120, 298},
  3779.         readonly, noboxed,
  3780.         StaticText {
  3781.             nounderline, noitalic, bold,
  3782.             12,
  3783.             NoRed, NoGreen, FullBlue,        /* blue color */
  3784.             FONT_HELV,
  3785.             "Organizer:"
  3786.         },
  3787.         "organizer",
  3788.         {104, 114, 120, 298},
  3789.         readwrite, noboxed,
  3790.         EditText {
  3791.             nounderline, noitalic, nobold,
  3792.             12,
  3793.             NoRed, NoGreen, NoBlue,            /* black color */
  3794.             FONT_HELV,
  3795.         },
  3796.         "",
  3797.         {120, 2, 136, 110},
  3798.         readonly, noboxed,
  3799.         StaticText {
  3800.             nounderline, noitalic, bold,
  3801.             12,
  3802.             NoRed, NoGreen, FullBlue,        /* blue color */
  3803.             FONT_HELV,
  3804.             "Member count:"
  3805.         },
  3806.         "memberCount",
  3807.         {120, 114, 136, 298},
  3808.         readwrite, noboxed,
  3809.         EditText {
  3810.             nounderline, noitalic, nobold,
  3811.             12,
  3812.             NoRed, NoGreen, NoBlue,            /* black color */
  3813.             FONT_HELV,
  3814.         },
  3815.         "member",
  3816.         {140, 2, 156, 298},
  3817.         readwrite, noboxed,
  3818.         EditText {
  3819.             nounderline, noitalic, nobold,
  3820.             12,
  3821.             NoRed, NoGreen, NoBlue,            /* black color */
  3822.             FONT_HELV,
  3823.         },
  3824.     }
  3825. };
  3826. #endif notdef
  3827.